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

am: a8f05fcc64

* commit 'a8f05fcc64c6484051112882a087fba533f14322':
  If you're going to use memset...
This commit is contained in:
Elliott Hughes 2016-02-26 06:07:46 +00:00 committed by android-build-merger
commit 74e096efc5

View file

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