PERFORCE change 122285 for review
Roman Divacky
rdivacky at FreeBSD.org
Mon Jun 25 16:38:44 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122285
Change 122285 by rdivacky at rdivacky_witten on 2007/06/25 16:38:18
Introduce O_EXEC
Affected files ...
.. //depot/projects/soc2007/rdivacky/linux_at/sys/sys/fcntl.h#6 edit
Differences ...
==== //depot/projects/soc2007/rdivacky/linux_at/sys/sys/fcntl.h#6 (text+ko) ====
@@ -73,7 +73,8 @@
#define O_RDONLY 0x0000 /* open for reading only */
#define O_WRONLY 0x0001 /* open for writing only */
#define O_RDWR 0x0002 /* open for reading and writing */
-#define O_ACCMODE 0x0003 /* mask for above modes */
+#define O_EXEC 0x0004 /* open for execute only */
+#define O_ACCMODE 0x0007 /* mask for above modes */
/*
* Kernel encoding of open mode; separate read and write bits that are
More information about the p4-projects
mailing list