diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-09 08:43:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-09 08:43:22 +0000 |
commit | 610d16e4ea4bfa37274177bc60a3f62fd214d778 (patch) | |
tree | dc83c43994060cac0f0dd2500866d5cd01766433 /libc.map | |
parent | b1bcab53d61833b0b7be0daeaf47f081a263869b (diff) | |
download | glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.tar.gz glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.tar.xz glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.zip |
Update.
1998-05-09 Ulrich Drepper <drepper@cygnus.com> * libc.map: Add capget and capset.
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc.map b/libc.map index bc3c28660e..2d77216648 100644 --- a/libc.map +++ b/libc.map @@ -490,7 +490,7 @@ GLIBC_2.1 { authdes_create; authdes_getucred; authdes_pk_create; # c* - cbc_crypt; creat64; + capget; capset; cbc_crypt; creat64; # d* des_setparity; |