Define S_IRUSR if it doesn't already exist.

This commit is contained in:
Wayne Davison
2004-03-06 07:43:55 +00:00
parent 8f3f8eec08
commit 8120a98f47

View File

@@ -593,6 +593,10 @@ extern int errno;
#define STDERR_FILENO 2
#endif
#ifndef S_IRUSR
#define S_IRUSR 0400
#endif
#ifndef S_IWUSR
#define S_IWUSR 0200
#endif