summaryrefslogtreecommitdiff
path: root/src/misc/ptsname.c
AgeCommit message (Collapse)AuthorLines
2012-06-20fix ptsname_r to conform to the upcoming posix requirementsRich Felker-1/+7
it should return the error code rather than 0/-1 and setting errno.
2011-04-13add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker-0/+9
this eliminates the ugly static buffer in programs that use ptsname_r.