mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1999-12-19 Andreas Jaeger <aj@suse.de> * sysdeps/generic/libc-start.c: Remove declaration of __libc_open. Move declaration of __libc_fcntl to ... * include/fcntl.h: ...here. * include/unistd.h: Move __libc_open and __libc_open64 to ... * include/fcntl.h: ...here. * malloc/malloc.h (__attribute_malloc__): Only define if hasn't happened yet. * malloc/Versions: __libc_freeres was exported with glibc 2.1.3, rename label.
This commit is contained in:
@@ -44,7 +44,7 @@ libc {
|
||||
# v*
|
||||
valloc;
|
||||
}
|
||||
GLIBC_2.1 {
|
||||
GLIBC_2.1.3 {
|
||||
# Special functions.
|
||||
__libc_freeres;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
/* Used by GNU libc internals. */
|
||||
# define __malloc_size_t size_t
|
||||
# define __malloc_ptrdiff_t ptrdiff_t
|
||||
#else
|
||||
#elif !defined __attribute_malloc__
|
||||
# define __attribute_malloc__
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user