Re: [PATCH] Do not mess with libc's prototypes

2008-08-13 Thread Marco Gerards
[EMAIL PROTECTED] writes: > Due to some more breakage, here's some more patch: > > According to POSIX memmove and memcpy can actually be macros or whatever > (IIRC). We'd better not play with those in code that uses libc's headers > and is to be linked with libc. > > 2008-08-08 Lubomir Rintel <[

Re: [PATCH] Do not mess with libc's prototypes

2008-08-07 Thread lkundrak
Due to some more breakage, here's some more patch: According to POSIX memmove and memcpy can actually be macros or whatever (IIRC). We'd better not play with those in code that uses libc's headers and is to be linked with libc. 2008-08-08 Lubomir Rintel <[EMAIL PROTECTED]> * include/gr