Merge "If you're going to use memset..."

This commit is contained in:
Elliott Hughes 2016-02-26 06:06:11 +00:00 committed by Gerrit Code Review
commit a8f05fcc64

View file

@ -30,6 +30,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include "pthread_internal.h"