]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #2472]
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2006 19:20:18 +0000 (19:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2006 19:20:18 +0000 (19:20 +0000)
* bits/siginfo.h: Fix typo in ILL_ILLOPN definition.

ChangeLog
bits/siginfo.h

index c2b9b149428a44e4f350dade86f3de8f860db995..cc94216eb584a75378a977a606938899f0ca8bb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-04-01  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #2472]
+       * bits/siginfo.h: Fix typo in ILL_ILLOPN definition.
+
        [BZ #2450]
        * posix/unistd.h: Match return value of readlink to what POSIX
        says these days.
index fe7b3b5f9c65856394f234f9c727f29fd5c1d8f9..241033b7cd8b3c328cbc3700d156606eff412aca 100644 (file)
@@ -76,7 +76,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