Displaying 2 results from an estimated 2 matches for "posix_grantpt".
2016 Feb 01
0
[klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
...;a=commit;h=aa5948f9f394c9357fce8ee3e7ad7b7f10fa63b1
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 1 Feb 2016 01:52:06 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 1 Feb 2016 01:52:06 -0800
[klibc] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
Since namespace pollution is not a major concern in klibc, add
<fcntl.h> to support the inline of posix_grantpt().
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
usr/include/stdlib.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr/include/stdlib.h b/usr/include/stdli...
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...nction
[klibc] Remove sys/socketcalls.h
[klibc] Add accept4(), handle fallback from accept() to accept4()
[klibc] Remove open_cloexec()
[klibc] accept.c: fix file header
[klibc] Make posix_openpt() an inline
[klibc] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
[klibc] Make asprintf() a simple wrapper around vasprintf()
[klibc] fwrite: flush before a large write to allow better bypass
[klibc] fwrite: fix typo in comment
Helge Deller (1):
[klibc] Add pread and pwrite 32bit syscall wrappers for parisc
James Clarke (1):
[kli...