* init.c: Fix typo "#eli" for "#else".
authorRoland McGrath <roland@gnu.org>
Fri, 14 Mar 2003 23:16:51 +0000 (23:16 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 14 Mar 2003 23:16:51 +0000 (23:16 +0000)
nptl/ChangeLog
nptl/init.c
nptl_db/ChangeLog

index 9573fc3c7963e4d81ee75dc887b5966d045a6891..9d5af4ed920b7d30db7df50c415af59bbeecc87d 100644 (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.
index 33673cd74b68b884c8350e02943ab190ec9ccbd8..7ad29716aeefed6f1c7cd26a775fd16da18e459a 100644 (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
index bf6241264f21eb92115f6a53d5a72d0efd133c2e..237d4e92e18248349e1e43bed74d1e9dd57c6f8d 100644 (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.'