diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-01 23:29:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-01 23:29:52 +0000 |
commit | 758b215383cde2389bc73d4483e6d3202bdc6520 (patch) | |
tree | 3f0d231798ee89beee63dec508652480f812f235 /include | |
parent | 47eb6e76dab25719319c5bdc2092cd3f23c87173 (diff) | |
download | glibc-758b215383cde2389bc73d4483e6d3202bdc6520.tar.gz |
Update.
* include/string.h: Add libc_hidden_builtin_proto for memcmp.
* sysdeps/generic/memcmp.c: Add libc_hidden_builtin_def.
* sysdeps/i386/memcmp.S: Likewise.
* sysdeps/i386/i686/memcmp.S: Likewise.
* sysdeps/ia64/memcmp.S: Likewise.
* sysdeps/sparc/sparc64/memcmp.S: Likewise.
* sysdeps/unix/sysv/linux/sigprocmask.c: Include <string.h>.
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 42d9362dfc..2cd5b25880 100644 --- a/include/string.h +++ b/include/string.h @@ -83,6 +83,7 @@ libc_hidden_proto (__strxfrm_l) libc_hidden_builtin_proto (memchr) libc_hidden_builtin_proto (memcpy) +libc_hidden_builtin_proto (memcmp) libc_hidden_builtin_proto (memmove) libc_hidden_builtin_proto (memset) libc_hidden_builtin_proto (strcat) |