diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/init.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9573fc3c79..9d5af4ed92 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-03-14 Roland McGrath <roland@redhat.com> + + * init.c: Fix typo "#eli" for "#else". + 2003-03-14 Steven Munroe <sjmunroe@us.ibm.com> * allocatestack.c (__stack_user): Use hidden_data_def. diff --git a/nptl/init.c b/nptl/init.c index 33673cd74b..7ad29716ae 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -46,7 +46,7 @@ # define __NR_set_tid_address 218 #elif defined __powerpc__ # define __NR_set_tid_address 232 -#elif +#else # error "define __NR_set_tid_address" #endif #endif |