diff options
author | 1998-05-09 08:43:22 +0000 | |
---|---|---|
committer | 1998-05-09 08:43:22 +0000 | |
commit | 610d16e4ea4bfa37274177bc60a3f62fd214d778 (patch) | |
tree | dc83c43994060cac0f0dd2500866d5cd01766433 | |
parent | Update. (diff) | |
download | glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.tar.gz glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.tar.bz2 glibc-610d16e4ea4bfa37274177bc60a3f62fd214d778.zip |
Update.
1998-05-09 Ulrich Drepper <drepper@cygnus.com>
* libc.map: Add capget and capset.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libc.map | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1998-05-09 Ulrich Drepper <drepper@cygnus.com> + + * libc.map: Add capget and capset. + 1998-05-08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c @@ -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; |