diff options
author | Andreas Schwab <schwab@suse.de> | 1998-07-22 01:37:56 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-07-22 01:37:56 +0000 |
commit | 837d3822ea11c1cada77c88197b952a33c756703 (patch) | |
tree | 6692c42b3ab31f2667216beafc480aa15ffdb403 | |
parent | 7efb9bd127c8ea7415b38344180e607e06cb8f80 (diff) | |
download | glibc-837d3822ea11c1cada77c88197b952a33c756703.tar glibc-837d3822ea11c1cada77c88197b952a33c756703.tar.gz glibc-837d3822ea11c1cada77c88197b952a33c756703.tar.bz2 glibc-837d3822ea11c1cada77c88197b952a33c756703.zip |
* sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Fix typo.
1998-07-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1998-07-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Fix typo. + 1998-07-21 Ulrich Drepper <drepper@cygnus.com> * configure.in: Correct expression to match gcc version. diff --git a/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h b/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h index 6b6f711aa7..bdef810a23 100644 --- a/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h @@ -1,6 +1,6 @@ /* Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. + Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as |