mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
*** empty log message ***
This commit is contained in:
parent
bdf34e4982
commit
4ec9a77ab6
@ -46,6 +46,12 @@ copyright notice and this notice must be preserved on all copies. */
|
||||
#ifdef USG
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#ifndef F_OK
|
||||
#define F_OK 0
|
||||
#define X_OK 1
|
||||
#define W_OK 2
|
||||
#define R_OK 4
|
||||
#endif
|
||||
#endif /* USG */
|
||||
|
||||
#ifdef XENIX
|
||||
|
Loading…
Reference in New Issue
Block a user