Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164587921
D50703.id156877.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D50703.id156877.diff
View Options
diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h
--- a/sys/sys/fcntl.h
+++ b/sys/sys/fcntl.h
@@ -143,6 +143,16 @@
#define O_NAMEDATTR 0x04000000 /* NFSv4 named attributes */
#endif
+/*
+ * !!! DANGER !!!
+ *
+ * There are very few bits left for O_* flags. Every bit we consume for
+ * local features is one bit we can't use for future source compatibility
+ * with other operating systems.
+ *
+ * All additions should be coordinated with srcmgr@.
+ */
+
/*
* XXX missing O_RSYNC.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 5:39 AM (7 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35857234
Default Alt Text
D50703.id156877.diff (493 B)
Attached To
Mode
D50703: fcntl.h: warn that bits for O_* flags are scarce
Attached
Detach File
Event Timeline
Log In to Comment