summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-09-03 21:53:07 +0000
committerRoland McGrath <roland@gnu.org>1992-09-03 21:53:07 +0000
commit5d5367ecf86ae7b872f6566d5c5718425630fb30 (patch)
treeede982f9a095dfdd541ae1ea179308e82391ea26 /string
parenta28a5879f7c20b216e5ad100aee4244038c8f70f (diff)
Formerly ../string/string.h.~12~
Diffstat (limited to 'string')
-rw-r--r--string/string.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/string/string.h b/string/string.h
index fab8c05462..2143695e79 100644
--- a/string/string.h
+++ b/string/string.h
@@ -111,10 +111,10 @@ extern char *strtok __P ((char *__s, __const char *__delim));
#ifdef __USE_GNU
/* Find the first occurence of NEEDLE in HAYSTACK.
- NEEDLE is NEEDLE_LEN bytes long;
- HAYSTACK is HAYSTACK_LEN bytes long. */
-extern __ptr_t memmem __P ((__ptr_t __needle, size_t __needle_len,
- __ptr_t __haystack, size_t __haystack_len));
+ NEEDLE is NEEDLELEN bytes long;
+ HAYSTACK is HAYSTACKLEN bytes long. */
+extern __ptr_t memmem __P ((__const __ptr_t __needle, size_t __needlelen,
+ __const __ptr_t __haystack, size_t __haystacklen));
#endif
/* Return the length of S. */