Changeset 1506 for trunk/src/emx/include/sys/fcntl.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/fcntl.h
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r1505 r1506 1 /* $Id: $ */ 2 /** @file 3 * FreeBSD 5.1 + EMX 4 * 5 * @changed bird: EMX isms. 6 * @changed bird: Removed (non KERNEL) stuff we don't implement and added 7 * EMX specific stuff. 8 * @todo Consider implementing the flags and commands we don't currently 9 * include. 10 */ 11 12 1 13 /*- 2 14 * Copyright (c) 1983, 1990, 1993 … … 40 52 */ 41 53 42 /** @file43 * FreeBSD 5.1 + EMX44 *45 * @changed bird: EMX isms.46 * @changed bird: Removed (non KERNEL) stuff we don't implement and added47 * EMX specific stuff.48 * @todo Consider implementing the flags and commands we don't currently49 * include.50 */51 52 54 #ifndef _SYS_FCNTL_H_ 53 55 #define _SYS_FCNTL_H_ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.