This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wrong documentation for open()


Hello Konrad!

Schwarz, Konrad wrote on 2015-04-10 10:09 MET:
> just to explain why this bug exists:

I already guessed that, because on Linux
    man 2 open
and
    man 3p open
shows the different interface.

Because I implemented open(), close(), read() and write() on an MSP430
ÂC platform I needed to get the interface right. I started from the
documented minimal implementation for the aforementioned functions and
failed because the library defines open() according to the POSIX
standard but implemented and documented it according to the legacy standard.

-- 
MfG / Regards
Friedrich Lobenstock


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]