1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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

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