History log of /seL4-refos-master/libs/libmuslc/src/misc/pty.c
Revision Date Author Comments
# 66193171 16-Mar-2014 Rich Felker <dalias@aerifal.cx>

fix negated error codes from ptsname_r

the incorrect error codes also made their way into errno when
__ptsname_r was called by plain ptsname, which reports errors via
errno rather than a return value.


# c21a19d5 20-Jun-2012 Rich Felker <dalias@aerifal.cx>

fix ptsname_r to conform to the upcoming posix requirements

it should return the error code rather than 0/-1 and setting errno.


# 750b738e 13-Apr-2011 Rich Felker <dalias@aerifal.cx>

add ptsname_r (nonstandard) and split ptsname (standard) to separate file

this eliminates the ugly static buffer in programs that use ptsname_r.


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0