home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / include / sys / file.h next >
Encoding:
C/C++ Source or Header  |  1990-11-21  |  248 b   |  17 lines

  1.  
  2. /*
  3.  *  FILE.H
  4.  *
  5.  *  UNIX compat.
  6.  *
  7.  *  $Header: Beta:src/uucp/src/include/sys/RCS/file.h,v 1.1 90/02/02 11:38:45 dillon Exp Locker: dillon $
  8.  *
  9.  */
  10.  
  11. #include <fcntl.h>
  12.  
  13. #define LOCK_EX     0x01
  14. #define LOCK_UN     0x02
  15. #define LOCK_NB     0x04
  16.  
  17.