diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Versions | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/posix/Versions b/posix/Versions index a1b94ee746..c68594acb5 100644 --- a/posix/Versions +++ b/posix/Versions @@ -110,14 +110,15 @@ 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 # configuration put them in GLIBC_2.3.2. getresuid; getresgid; setresuid; setresgid; } + GLIBC_2.3.3 { + sched_getaffinity; sched_setaffinity; + } GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. |