Update.
commit439ff07be06e9354151f984c7d0d2fb05917e8be
authorUlrich Drepper <drepper@redhat.com>
Fri, 19 Mar 2004 00:14:42 +0000 (19 00:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 19 Mar 2004 00:14:42 +0000 (19 00:14 +0000)
tree2c3471a5c7e73d1f6a043b082266e7248b992c02
parent701a7b234eab5615adb472b5dc5b0a9199d69f9b
Update.

2004-03-18  Ulrich Drepper  <drepper@redhat.com>

* posix/sched.h: Change sched_getaffinity and sched_setaffinity
interfaces: add new second parameter.
* sysdeps/generic/sched_getaffinity.c: Implement interface change.
* sysdeps/generic/sched_setaffinity.c: Likewise.
* sysdeps/unix/sysv/linux/sched_getaffinity.c: Likewise.  Add
compatibility interface.
* sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
* sysdeps/unix/sysv/linux/Versions: Add versions for changed
interfaces.
18 files changed:
ChangeLog
nptl/Versions
nptl/pthreadP.h
nptl/pthread_attr_destroy.c
nptl/pthread_attr_init.c
nptl/pthread_getattr_np.c
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c
nptl/tst-attr3.c
posix/sched.h
sysdeps/generic/sched_getaffinity.c
sysdeps/generic/sched_setaffinity.c
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/sched_getaffinity.c
sysdeps/unix/sysv/linux/sched_setaffinity.c