1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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:
Ulrich Drepper
1999-12-19 19:14:15 +00:00
parent 77c80d6591
commit 2a505c961d
49 changed files with 693 additions and 633 deletions

View File

@ -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);