source: branches/libc-0.6/src/emx/include/sys/rmutex.h@ 2511

Last change on this file since 2511 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