Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #ifndef __dj_include_sys_file_h_
  3. #define __dj_include_sys_file_h_
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. #ifndef __dj_ENFORCE_ANSI_FREESTANDING
  10.  
  11. #ifndef __STRICT_ANSI__
  12.  
  13. #ifndef _POSIX_SOURCE
  14.  
  15. #endif /* !_POSIX_SOURCE */
  16. #endif /* !__STRICT_ANSI__ */
  17. #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
  18.  
  19. #include <fcntl.h>
  20. #include <unistd.h>
  21. #define L_SET  0
  22. #define L_CURR 1
  23. #define L_INCR 1
  24. #define L_XTND 2
  25.  
  26. #ifndef __dj_ENFORCE_FUNCTION_CALLS
  27. #endif /* !__dj_ENFORCE_FUNCTION_CALLS */
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.  
  33. #endif /* !__dj_include_sys_file_h_ */
  34.