diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-21 09:43:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-21 09:43:23 +0000 |
commit | 26e119f15e82aa334ad96f74513c4534daf4d35d (patch) | |
tree | 862b20ba84c8b2de8a69fac92b784cdf0bccec26 /linuxthreads | |
parent | f12944ec15f451d0d1ea77cadb9ff40350075884 (diff) | |
download | glibc-26e119f15e82aa334ad96f74513c4534daf4d35d.tar.gz glibc-26e119f15e82aa334ad96f74513c4534daf4d35d.tar.xz glibc-26e119f15e82aa334ad96f74513c4534daf4d35d.zip |
Fix typo.
* ptlongjmp.c: Add prototypes for __libc_siglongjmp and
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0d276a9aba..3fb3dcc3d9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,6 +1,6 @@ 1998-04-21 Ulrich Drepper <drepper@cygnus.com> - * ptlongjmp.c: Add prorotypes for __libc_siglongjmp and + * ptlongjmp.c: Add prototypes for __libc_siglongjmp and __libc_longjmp. 1998-04-20 14:55 Ulrich Drepper <drepper@cygnus.com> |