mirror of git://sourceware.org/git/glibc.git
Fix typo.
1998-07-22 23:19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
This commit is contained in:
parent
a7ab2023fc
commit
e3efc21596
|
@ -1,3 +1,7 @@
|
|||
1998-07-22 23:19 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
|
||||
|
||||
1998-07-22 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile (headers2_0): Add sigstack.h.
|
||||
|
|
|
@ -129,7 +129,7 @@ enum
|
|||
{
|
||||
ILL_ILLOPC = 1, /* Illegal opcode. */
|
||||
# define ILL_ILLOPC ILL_ILLOPC
|
||||
ILL_ILL_OPN, /* Illegal operand. */
|
||||
ILL_ILLOPN, /* Illegal operand. */
|
||||
# define ILL_ILLOPN ILL_ILLOPN
|
||||
ILL_ILLADR, /* Illegal addressing mode. */
|
||||
# define ILL_ILLADR ILL_ILLADR
|
||||
|
|
Loading…
Reference in New Issue