diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-01 07:16:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-01 07:16:26 +0000 |
commit | 7bb1b2c96e8a047633f2a755d23141e6566612d2 (patch) | |
tree | e373236766b1c8d24965fb90c3a4b05b038f58be /sysdeps/unix/sysv | |
parent | b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4 (diff) | |
download | glibc-7bb1b2c96e8a047633f2a755d23141e6566612d2.tar.gz glibc-7bb1b2c96e8a047633f2a755d23141e6566612d2.tar.xz glibc-7bb1b2c96e8a047633f2a755d23141e6566612d2.zip |
* sysdeps/unix/sysv/linux/Versions: Finally add add_key,
request_key, and keyctl back.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 7c015b1d62..e1e6e611c9 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -125,6 +125,8 @@ libc { } GLIBC_2.5 { splice; sync_file_range; tee; vmsplice; + + add_key; request_key; keyctl; } GLIBC_PRIVATE { # functions used in other libraries |