mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 13:12:03 +00:00
add ptsname_r (nonstandard) and split ptsname (standard) to separate file
this eliminates the ugly static buffer in programs that use ptsname_r.
This commit is contained in:
@ -125,6 +125,7 @@ char *mktemp (char *);
|
||||
void *valloc (size_t);
|
||||
void *memalign(size_t, size_t);
|
||||
int clearenv(void);
|
||||
int ptsname_r(int, char *, size_t);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user