* init.c: Fix typo "#eli" for "#else".

This commit is contained in:
Roland McGrath 2003-03-14 23:16:51 +00:00
parent 415ef7d893
commit 2e49caba0e
3 changed files with 9 additions and 1 deletions

View file

@ -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.

View file

@ -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

View file

@ -1,3 +1,7 @@
2003-03-14 Roland McGrath <roland@redhat.com>
* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use `header.' prefix.
2003-03-10 Roland McGrath <roland@redhat.com>
* td_ta_thr_iter.c (iterate_thread_list): Don't use `header.data.'