File: locking.h

package info (click to toggle)
cucipop 1.21-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 184 kB
  • ctags: 255
  • sloc: ansic: 1,663; sh: 149; makefile: 70
file content (18 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*$Id: locking.h,v 1.3 1996/12/18 11:52:06 srb Exp $*/

void unlockmbox(void);
int lockmbox(int fd,const char*mbox);

#ifndef F_SETLKW
#undef USEfcntl_lock
#endif
#ifndef F_LOCK
#undef USElockf
#endif
#ifndef LOCK_EX
#undef USEflock
#endif

#ifndef USEfcntl_lock
#define NOfcntl_lock
#endif