Last change
on this file was 2277, checked in by bird, 20 years ago |
Added SH_COMPAT to share.h and emulate it as SH_DENYNO (just like watcom).
The SH_COMPAT shareing mode is not available to OS/2 processes, only DOS / os2krnl.
|
-
Property cvs2svn:cvs-rev
set to
1.3
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
329 bytes
|
Line | |
---|
1 | /* share.h,v 1.2 2004/09/14 22:27:35 bird Exp */
|
---|
2 | /** @file
|
---|
3 | * EMX. VAC / MSC legacy.
|
---|
4 | *
|
---|
5 | * _sopen(),_vsopen() flags.
|
---|
6 | */
|
---|
7 |
|
---|
8 | #ifndef _SHARE_H
|
---|
9 | #define _SHARE_H
|
---|
10 |
|
---|
11 | #define SH_COMPAT 0x00
|
---|
12 | #define SH_DENYRW 0x10
|
---|
13 | #define SH_DENYWR 0x20
|
---|
14 | #define SH_DENYRD 0x30
|
---|
15 | #define SH_DENYNO 0x40
|
---|
16 |
|
---|
17 | #endif /* not _SHARE_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.