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 | |
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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libc.map | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8654f2696c..91002ec07f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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; |