]> granicus.if.org Git - strace/blob - xlat/openmodessol.in
tests: add valgrind support to "make check"
[strace] / xlat / openmodessol.in
1         { 0,            "O_RDWR"        },
2         { 1,            "O_RDONLY"      },
3         { 2,            "O_WRONLY"      },
4         { 0x80,         "O_NONBLOCK"    },
5         { 8,            "O_APPEND"      },
6         { 0x100,        "O_CREAT"       },
7         { 0x200,        "O_TRUNC"       },
8         { 0x400,        "O_EXCL"        },
9         { 0x800,        "O_NOCTTY"      },
10         { 0x10,         "O_SYNC"        },
11         { 0x40,         "O_DSYNC"       },
12         { 0x8000,       "O_RSYNC"       },
13         { 4,            "O_NDELAY"      },
14         { 0x1000,       "O_PRIV"        },