From: Ulrich Drepper Date: Wed, 22 Jul 1998 23:20:51 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2_0_95~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3efc21596f0929cb16837fab505f2f63b619808;p=thirdparty%2Fglibc.git Fix typo. 1998-07-22 23:19 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index a6b2ae30547..d80bc68c742 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-07-22 23:19 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo. + 1998-07-22 Ulrich Drepper * Makefile (headers2_0): Add sigstack.h. diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h index 1e423636c87..429edac7482 100644 --- a/sysdeps/unix/sysv/linux/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/bits/siginfo.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