diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-14 23:16:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-14 23:16:51 +0000 |
commit | 2e49caba0e26d87f901c2045981bd5d6640531b2 (patch) | |
tree | 951b4c9872a0101f8b21eeea6f7cd5dcf9d81912 /nptl/init.c | |
parent | 415ef7d8934577f9f9b460e5ebdf040aaa867b4c (diff) | |
download | glibc-2e49caba0e26d87f901c2045981bd5d6640531b2.tar.gz glibc-2e49caba0e26d87f901c2045981bd5d6640531b2.tar.xz glibc-2e49caba0e26d87f901c2045981bd5d6640531b2.zip |
* init.c: Fix typo "#eli" for "#else".
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |