diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 16:34:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 16:34:00 +0000 |
commit | 2eda5d9bb38063e7e2988811c2659246574307a3 (patch) | |
tree | 822e9588cc3d89b8d1a6d7673962c760ef3ad818 | |
parent | fbaf6e72d676629c21d00eab5824571b1b26a2b2 (diff) | |
download | glibc-2eda5d9bb38063e7e2988811c2659246574307a3.tar glibc-2eda5d9bb38063e7e2988811c2659246574307a3.tar.gz glibc-2eda5d9bb38063e7e2988811c2659246574307a3.tar.bz2 glibc-2eda5d9bb38063e7e2988811c2659246574307a3.zip |
Update.
declaration since it's not needed.
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ae024013ff..ad40e6235a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -15,7 +15,7 @@ 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/pthread/pthread.h: Remove __pthread_setcanceltype - declaration since it's not needed. + declaration since it's not needed. * sysdeps/pthread/pthread.h: Move internal functions to ... * internals.h: ...here. |