fcntl.h 115 B

1234567891011
  1. /*
  2. * fcntl.h - file I/O primitives
  3. */
  4. /* $Id$ */
  5. #ifndef _FCNTL_H
  6. #define _FCNTL_H
  7. #include <unistd.h>
  8. #endif