diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-20 01:05:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-20 01:05:35 +0000 |
commit | f0ddeeb5c02cc86cd8daf976559d3e0d3be8493d (patch) | |
tree | c647003e12abf8742afdac072757f117506686ed /posix/Versions | |
parent | 8d4d283346a2867eaccf298ba7396ce1ba70b724 (diff) | |
download | glibc-f0ddeeb5c02cc86cd8daf976559d3e0d3be8493d.tar glibc-f0ddeeb5c02cc86cd8daf976559d3e0d3be8493d.tar.gz glibc-f0ddeeb5c02cc86cd8daf976559d3e0d3be8493d.tar.bz2 glibc-f0ddeeb5c02cc86cd8daf976559d3e0d3be8493d.zip |
* posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
sched_setaffinity.
Diffstat (limited to 'posix/Versions')
-rw-r--r-- | posix/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions index d20e552d11..a1b94ee746 100644 --- a/posix/Versions +++ b/posix/Versions @@ -110,6 +110,8 @@ libc { __nanosleep; } GLIBC_2.3.2 { + sched_getaffinity; sched_setaffinity; + # Note that these symbols appear in sysdeps/unix/sysv/linux/Versions # under GLIBC_2.0; the first instance in the script is taken as the # default, so linux configurations put them in GLIBC_2.0 while other |