* sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
authorRoland McGrath <roland@gnu.org>
Tue, 7 Jan 2003 07:46:18 +0000 (07:46 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 7 Jan 2003 07:46:18 +0000 (07:46 +0000)
commitb9f266599ecb88e9fabe1ed43d808c8b7cf8caf8
treef7061b9cad05d0bd3aa8bd421c93d852c0f78248
parent2e8b940bd86a07f6d6239e398c876e6032538195
* sysdeps/i386/i486/bits/string.h (memset): Add parens around macro

arguments.
(memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
(strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
(index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.

* string/tester.c (test_strcpy): Add test with `void *' arguments.

* malloc/malloc.c: Mark all _int_* functions as static.
ChangeLog