mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
* sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64). * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort. * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto. * assert/assert-perr.c: Add libc_hidden_def. * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function. * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions found at all. * sysdeps/gnu/Versions: File removed. Moved all #errlist-compat sys_errlist stuff to ... * sysdeps/unix/sysv/linux/Versions: ... here. * mach/mach.h: Include <features.h>.cvs/fedora-2_3-branch
11 changed files with 69 additions and 23 deletions
@ -1,19 +0,0 @@ |
|||
libc { |
|||
# The comment lines with "#errlist-compat" are magic; see errlist-compat.awk. |
|||
# When you get an error from errlist-compat.awk, you need to add a new |
|||
# version here. Don't do this blindly, since this means changing the ABI |
|||
# for all GNU/Linux configurations. |
|||
|
|||
GLIBC_2.0 { |
|||
#errlist-compat 123 |
|||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr; |
|||
} |
|||
GLIBC_2.1 { |
|||
#errlist-compat 125 |
|||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr; |
|||
} |
|||
GLIBC_2.3 { |
|||
#errlist-compat 126 |
|||
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue