[uClibc]Bug Fix: ctype.c

Manuel Novoa III mnovoa3 at bellsouth.net
Fri Dec 15 05:58:48 UTC 2000


Bug fix:

The source file ctype.c was generating multiple object files for
its containing all of the ctype functons.  Here's a patch to make
it do what was intended.


Index: ctype.c
===================================================================
RCS file: /home/mjn3/cvsroot/uClibc/misc/ctype/ctype.c,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 ctype.c
11a12
> #ifdef L_isalnum
16a18
> #endif
17a20
> #ifdef L_isalpha
22a26
> #endif
23a28
> #ifdef L_isascii
28a34
> #endif
29a36
> #ifdef L_iscntrl
34a42
> #endif
35a44
> #ifdef L_isdigit
40a50
> #endif
41a52
> #ifdef L_isgraph
46a58
> #endif
47a60
> #ifdef L_islower
52a66
> #endif
53a68
> #ifdef L_isprint
58a74
> #endif
59a76
> #ifdef L_ispunct
64a82
> #endif
65a84
> #ifdef L_isspace
71a91
> #endif
72a93
> #ifdef L_isupper
77a99
> #endif
78a101
> #ifdef L_isxdigit
83a107
> #endif
84a109
> #ifdef L_isxlower
89a115
> #endif
90a117
> #ifdef L_isxupper
95a123
> #endif
96a125
> #ifdef L_toascii
101a131
> #endif
102a133
> #ifdef L_tolower
107a139
> #endif
108a141
> #ifdef L_toupper
114c147
< 
---
> #endif





More information about the uClibc mailing list