mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add openat to the POSIX.1-2008 namespace.
This commit is contained in:
parent
a5e88ed711
commit
f241d528c6
1 changed files with 2 additions and 0 deletions
|
|
@ -278,7 +278,9 @@ __BEGIN_DECLS
|
|||
int open(const char *, int, ...);
|
||||
int creat(const char *, mode_t);
|
||||
int fcntl(int, int, ...);
|
||||
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200809
|
||||
int openat(int, const char *, int, ...);
|
||||
#endif
|
||||
#if __BSD_VISIBLE
|
||||
int flock(int, int);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue