search for: germaschewski

Displaying 2 results from an estimated 2 matches for "germaschewski".

2003 May 26
0
Re: klibc and 2.6
On Sun, 2003-05-25 at 17:07, Kai Germaschewski wrote: > I basically did a complete integration of klibc into kbuild two or so > months ago - however, I didn't touch it since, so it won't apply cleanly. > I can dig out the bk tree, if you're interested. I've put my own latest integrate-klibc-into-kbuild BK patch up a...
2003 Nov 11
4
isspace() and other ctype.h functions
Hm, finally subscribed here, forgot to... Anyway, I'm using klibc in udev and have added some needed functions (like ftruncate and vsyslog). Should I post the patches here before commiting them to the cvs tree? Also, it looks like ctype.h has a off-by-one bug. isspace(' ') returns 0 right now, but if you change the function from: __ctype_inline int isspace(int __c) { return