mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* mach/mach_syscalls.c: Obsolete file removed. * mach/mach_syscalls.h: Likewise. * mach/mach_traps.S: Likewise. * mach/msg_destroy.c: Likewise. * mach/vm_page_size.c: Likewise.
This commit is contained in:
@ -25,7 +25,7 @@ headers := string.h strings.h memory.h endian.h bytesex.h \
|
||||
argz.h envz.h
|
||||
|
||||
routines := strcat strchr strcmp strcoll strcpy strcspn strdup \
|
||||
strerror _strerror strlen strnlen \
|
||||
strerror _strerror strerror_r strlen strnlen \
|
||||
strncat strncmp strncpy \
|
||||
strrchr strpbrk strsignal strspn strstr strtok \
|
||||
strtok_r strxfrm memchr memcmp memmove memset \
|
||||
|
@ -157,7 +157,7 @@ extern char *strerror __P ((int __errnum));
|
||||
#ifdef __USE_REENTRANT
|
||||
/* Reentrant version of `strerror'. If a temporary buffer is required, at
|
||||
most BUFLEN bytes of BUF will be used. */
|
||||
extern char *strerror_r __P ((int __errnum, char *__buf, int __buflen));
|
||||
extern char *strerror_r __P ((int __errnum, char *__buf, size_t __buflen));
|
||||
#endif
|
||||
|
||||
#ifdef __USE_BSD
|
||||
|
Reference in New Issue
Block a user