|
@@ -200,14 +200,15 @@ extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
|
|
char **__restrict __save_ptr) __THROW;
|
|
char **__restrict __save_ptr) __THROW;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef __USE_GNU
|
|
#if 0
|
|
#if 0
|
|
-//#ifdef __USE_GNU
|
|
|
|
/* Find the first occurrence of NEEDLE in HAYSTACK.
|
|
/* Find the first occurrence of NEEDLE in HAYSTACK.
|
|
NEEDLE is NEEDLELEN bytes long;
|
|
NEEDLE is NEEDLELEN bytes long;
|
|
HAYSTACK is HAYSTACKLEN bytes long. */
|
|
HAYSTACK is HAYSTACKLEN bytes long. */
|
|
extern void *memmem (__const void *__haystack, size_t __haystacklen,
|
|
extern void *memmem (__const void *__haystack, size_t __haystacklen,
|
|
__const void *__needle, size_t __needlelen)
|
|
__const void *__needle, size_t __needlelen)
|
|
__THROW __attribute_pure__;
|
|
__THROW __attribute_pure__;
|
|
|
|
+#endif
|
|
|
|
|
|
/* Copy N bytes of SRC to DEST, return pointer to bytes after the
|
|
/* Copy N bytes of SRC to DEST, return pointer to bytes after the
|
|
last written byte. */
|
|
last written byte. */
|