diff options
Diffstat (limited to 'libc/string/generic/memrchr.c')
-rw-r--r-- | libc/string/generic/memrchr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/memrchr.c b/libc/string/generic/memrchr.c index 7cb5b2246..f63efa46b 100644 --- a/libc/string/generic/memrchr.c +++ b/libc/string/generic/memrchr.c @@ -22,7 +22,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define _GNU_SOURCE #include <string.h> #include <stdlib.h> #include <limits.h> |