summaryrefslogtreecommitdiff
path: root/nt/inc/sys/file.h
blob: 8536d0362f108762a73ff3d24fc4c7ad53267c86 (plain)
1
2
3
4
5
6
7
8
/*
 * sys\file.h doesn't exist on NT - only needed for these constants
 */

#define F_OK 0
#define X_OK 1
#define W_OK 2
#define R_OK 4