view nt/inc/sys/file.h @ 18218:c8bf40360ae7

(unexec): Call update_dynamic_symbols unconditionally. (update_dynamic_symbols): Define unconditionally, but do nothing if __linux__or __NetBSD__.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Jun 1997 01:13:32 +0000
parents cc3c8961d60a
children 841b8916e3b2
line wrap: on
line source

/*
 * 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