diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-20 07:09:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-20 07:09:15 +0000 |
commit | 13772215fc3cfd7b15674698e276cd18d44f1c1f (patch) | |
tree | fdd714679528b720af4adce2a937bc0f27332126 /sysdeps/unix/sysv/linux/Versions | |
parent | b6929021da69c0d9ee652a290aa456bd123858f8 (diff) | |
download | glibc-13772215fc3cfd7b15674698e276cd18d44f1c1f.tar.gz glibc-13772215fc3cfd7b15674698e276cd18d44f1c1f.tar.xz glibc-13772215fc3cfd7b15674698e276cd18d44f1c1f.zip |
Update.
2004-10-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list: Add entries for setaltroot, key_add, key_request, and keyctl syscalls. * sysdeps/unix/sysv/linux/Versions: Export them.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 980724e519..955d93d8af 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -114,6 +114,9 @@ libc { } GLIBC_2.3.4 { sched_getaffinity; sched_setaffinity; + + # new syscalls + setaltroot; add_key; request_key; keyctl; } GLIBC_PRIVATE { # functions used in other libraries |