Last change
on this file was 1454, checked in by bird, 21 years ago |
Joined with the fork() tree from netlabs.cvs.
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
831 bytes
|
Line | |
---|
1 | /* sys/rmutex.h (emx+gcc) */
|
---|
2 |
|
---|
3 | /* This header requires <sys/builtin.h> and <sys/fmutex.h>. */
|
---|
4 |
|
---|
5 | #ifndef _SYS_RMUTEX_H
|
---|
6 | #define _SYS_RMUTEX_H
|
---|
7 |
|
---|
8 | #warning "_rmutex is obsoleted. use _fmutex!"
|
---|
9 |
|
---|
10 | #define _rmutex _fmutex
|
---|
11 | #define _rmutex_request _fmutex_request
|
---|
12 | #define _rmutex_release _fmutex_release
|
---|
13 | #define _rmutex_close _fmutex_close
|
---|
14 | #define _rmutex_create _fmutex_create
|
---|
15 | #define _rmutex_open _fmutex_open
|
---|
16 | #define _rmutex_available _fmutex_available
|
---|
17 | #define _rmutex_dummy _fmutex_dummy
|
---|
18 | #define _rmutex_checked_request _fmutex_checked_request
|
---|
19 | #define _rmutex_checked_release _fmutex_checked_release
|
---|
20 | #define _rmutex_checked_close _fmutex_checked_close
|
---|
21 | #define _rmutex_checked_create _fmutex_checked_create
|
---|
22 | #define _rmutex_checked_open _fmutex_checked_open
|
---|
23 |
|
---|
24 |
|
---|
25 | #endif /* not _SYS_RMUTEX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.