File: locking.h

package info (click to toggle)
cucipop 1.31-5
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 236 kB
  • ctags: 379
  • sloc: ansic: 2,260; sh: 148; makefile: 92
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