Mercurial > emacs
view nt/inc/sys/file.h @ 22298:e509b80a17a2
(sys_spawnve): Place Emacs pid in EM_PARENT_PROCESS_ID.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sat, 30 May 1998 23:41:48 +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