diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 16:54:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 16:54:32 +0000 |
commit | a7ab2023fcdd5c90c9f664cbaed8ef90dd38e818 (patch) | |
tree | 9b86dc161c5966099758510f55726e5f4a52af65 /sysdeps/unix/sysv/linux | |
parent | 61027f30c8f3ee9e280d2de3e240bf53864e0f61 (diff) | |
download | glibc-a7ab2023fcdd5c90c9f664cbaed8ef90dd38e818.tar.gz glibc-a7ab2023fcdd5c90c9f664cbaed8ef90dd38e818.tar.xz glibc-a7ab2023fcdd5c90c9f664cbaed8ef90dd38e818.zip |
Update.
1998-07-22 Ulrich Drepper <drepper@cygnus.com> * Makefile (headers2_0): Add sigstack.h. * sysdeps/unix/sysv/linux/alpha/getrusage.S: Also define __getrusage. 1998-07-22 11:43 Ulrich Drepper <drepper@cygnus.com> * libio/fileops.c (_IO_file_sync): Don't lock stream here. Reported by Thorsten Kukuk. * string/strcoll.c: Correct problem with empty strings. * string/strxfrm.c: Likewise. Reported by vbzoli@hbrt.hu [PR libc/719]. 1998-07-21 18:40 Zack Weinberg <zack@rabi.phys.columbia.edu> * sysdeps/posix/tempname.c: Use the random-name generator already used by mktemp/mkstemp. Honor TMPDIR. 1998-07-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * hurd/Makefile (routines): Remove cthreads. * sysdeps/mach/hurd/Makefile (sysdep_routines): Add cthreads. * sysdeps/unix/sysv/linux/i386/Dist: Add missing files. * manual/Makefile (distribute): Add summary.texi. 1998-07-21 16:08 Zack Weinberg <zack@rabi.phys.columbia.edu>
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/getrusage.S | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Dist | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/getrusage.S b/sysdeps/unix/sysv/linux/alpha/getrusage.S index fbbe6f7931..83cfc9e4e3 100644 --- a/sysdeps/unix/sysv/linux/alpha/getrusage.S +++ b/sysdeps/unix/sysv/linux/alpha/getrusage.S @@ -35,7 +35,7 @@ #if defined HAVE_ELF && defined PIC && defined DO_VERSIONING #define GETRUSAGE __getrusage_tv64 #else -#define GETRUSAGE getrusage +#define GETRUSAGE __getrusage #endif LEAF(GETRUSAGE, 16) @@ -131,5 +131,9 @@ $error: END(GETRUSAGE) #if defined HAVE_ELF && defined PIC && defined DO_VERSIONING +strong_alias(__getrusage_tv64, ____getrusage_tv64) +default_symbol_version (____getrusage_tv64, __getrusage, GLIBC_2.1) default_symbol_version (__getrusage_tv64, getrusage, GLIBC_2.1) +#else +weak_alias(__getrusage, getrusage) #endif diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 75955fcc15..980b3a22c9 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -4,3 +4,7 @@ s_pwrite64.S s_pread64.S sys/perm.h sys/vm86.h +sys/elf.h +sys/procfs.h +sys/reg.h +sys/user.h |