Merge "Always take GCC's definition of NULL."

This commit is contained in:
Elliott Hughes 2012-10-01 18:11:20 -07:00 committed by Gerrit Code Review
commit 75f4352555

View file

@ -63,13 +63,8 @@ typedef long int ssize_t;
typedef long off_t;
#endif
#ifndef NULL
#ifdef __GNUG__
#define NULL __null
#else
#define NULL 0L
#endif
#endif
#define __need_NULL
#include <stddef.h>
#define _FSTDIO /* Define for new stdio with functions. */