]> andersk Git - splint.git/blobdiff - src/fileTable.c
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / src / fileTable.c
index 96c060dc5c0e426ba7be4880b258d93be77c6a22..3256cd6c637f1db1efe14a29dc3669f5ed6940f9 100644 (file)
 
 # if defined(__IBMC__) && defined(OS2)
 # include <process.h>
+# include <io.h>
 # define getpid _getpid
+# define S_IRUSR S_IREAD
+# define S_IWUSR S_IWRITE 
+# define S_IXUSR S_IEXEC
 # endif
 
 /*@access fileId*/
This page took 0.028436 seconds and 4 git commands to generate.