mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/resource.h: Remove <asm/resource.h> inclusion. 1999-12-19 Andreas Jaeger <aj@suse.de> * include/string.h: Mark __strndup with __attribute_malloc__. 1999-12-19 Ulrich Drepper <drepper@cygnus.com>
This commit is contained in:
@ -14,7 +14,8 @@ extern int __strverscmp (__const char *__s1, __const char *__s2);
|
||||
extern int __strncasecmp (__const char *__s1, __const char *__s2,
|
||||
size_t __n);
|
||||
|
||||
extern char *__strndup (__const char *__string, size_t __n);
|
||||
extern char *__strndup (__const char *__string, size_t __n)
|
||||
__attribute_malloc__;
|
||||
|
||||
extern void *__rawmemchr (__const void *__s, int __c);
|
||||
|
||||
|
Reference in New Issue
Block a user