diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 02:19:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 02:19:15 +0000 |
commit | 382b94a58ad2afc85ccf1d24a529963671b9f2a8 (patch) | |
tree | f4ce1af47c8ae2594b9942c863e63676bf04f534 | |
parent | 3741d6af19dbb3aaec95f4ed179b2efa7fb9e3bb (diff) | |
download | glibc-382b94a58ad2afc85ccf1d24a529963671b9f2a8.tar glibc-382b94a58ad2afc85ccf1d24a529963671b9f2a8.tar.gz glibc-382b94a58ad2afc85ccf1d24a529963671b9f2a8.tar.bz2 glibc-382b94a58ad2afc85ccf1d24a529963671b9f2a8.zip |
* stdlib/lrand48_r.c: Add libc_hidden_def.
* sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2002-08-04 Roland McGrath <roland@redhat.com> + * stdlib/lrand48_r.c: Add libc_hidden_def. + * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the TCB with __libc_memalign instead of mmap. (_dl_deallocate_tls): Free it with free instead of munmap. @@ -211,6 +213,7 @@ setpriority. * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def. * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. + * sysdeps/unix/sysv/irix4/setpriority.c: Likewise. * sysdeps/mach/hurd/setpriority.c: Likewise. * sysdeps/mach/hurd/getpriority.c: Likewise. * sysdeps/generic/setpriority.c: Likewise. |