file.h 188 B

12345678910
  1. #ifndef _SYS_FILE_H
  2. #include <misc/sys/file.h>
  3. # ifndef _ISOMAC
  4. /* Now define the internal interfaces. */
  5. extern int __flock (int __fd, int __operation);
  6. # endif /* !_ISOMAC */
  7. #endif