Fix <sortix/fork.h> declaring access(2) constants.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-06-14 18:43:27 +02:00
parent 2d46c1e63c
commit 2bead9df51

View file

@ -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