~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/posix/include/posix/fcntl.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#undef O_ACCMODE
44
44
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
45
45
 
 
46
/* Dummy compatibility flag */
 
47
#undef O_NOCTTY
 
48
#define O_NOCTTY 0
 
49
 
46
50
/* fcntl commands */
47
51
#undef F_DUPFD
48
52
#undef F_DUPFD_CLOEXEC