History log of /seL4-camkes-master/projects/musllibc/src/misc/ptsname.c
Revision Date Author Comments
# 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.