diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-29 22:04:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-29 22:04:09 +0000 |
commit | 8e32efa63f8b5c848446203bd5daf1988f1cba11 (patch) | |
tree | 6b6017cd9585f5df53168e307849b38470006f76 /nptl/ChangeLog | |
parent | 0dde8ba5ec0b0e409043b4e38eda25bbf8c0f41e (diff) | |
download | glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.tar glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.tar.gz glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.tar.bz2 glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.zip |
Update.
2004-03-29 Alexandre Oliva <aoliva@redhat.com>
* sysdeps/unix/sysv/linux/sched_getaffinity.c: Prepend GLIBC_ to
version names is SHLIB_COMPAT check.
* sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 43dfc3b63c..4e400f67f9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +2004-03-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c + (__pthread_attr_setaffinity_old): Prepend GLIBC_ to version names + is SHLIB_COMPAT check. + * sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c + (__pthread_attr_getaffinity_old): Likewise. + * sysdeps/unix/sysv/linux/pthread_getaffinity.c + (__pthread_getaffinity_old): Likewise. + * sysdeps/unix/sysv/linux/pthread_setaffinity.c + (__pthread_setaffinity_old): Likewise. + 2004-03-26 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (_make_stacks_executable): Call |