mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <sortix/fork.h> declaring access(2) constants.
This commit is contained in:
parent
2d46c1e63c
commit
2bead9df51
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* TODO: These doesn't belong in this header! */
|
||||
#define R_OK 4 /* Test for read permission. */
|
||||
#define W_OK 2 /* Test for write permission. */
|
||||
#define X_OK 1 /* Test for execute permission. */
|
||||
#define F_OK 0 /* Test for existence. */
|
||||
|
||||
/* The sfork system call is much like the rfork system call found in Plan 9 and
|
||||
BSD systems, however it works slightly differently and was renamed to avoid
|
||||
conflicts with existing programs. In particular, it never forks an item
|
||||
|
|
Loading…
Reference in a new issue