|
Message-ID: <5325BE5E.6020001@rwth-aachen.de> Date: Sun, 16 Mar 2014 16:08:14 +0100 From: Thomas Kreuzer <tmkreuzer@...il.com> To: musl@...ts.openwall.com Subject: Re: Last call for bugfixes for 1.0 Hello everyone, I noticed that I am unable to wirte my own fgetln function inside a static linked library, even though fgetln should only be exposed by GNU_SOURCE or BSD_SOURCE, or shouldn't it? I compile with "-std=c99 and -D_XOPEN_SOURCE=700" Everything compiles fine, but seg faults, when the function is used in a running program, if I rename the function, everything works as expected. Somehow the musl function fgetln interferes with my fgetln function. regards, Thomas On 15.03.2014 08:52, Rich Felker wrote: > I'm hoping to pack up and release 1.0 in the next few days, so please > report any issues that we might be able to fix before releasing. > > Rich >
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.