linux.hh (11383:5ac090acd180) linux.hh (11413:3d47d83a48eb)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 77 unchanged lines hidden (view full) ---

86 static const int TGT_O_RDWR = 0x00000002; //!< O_RDWR
87 static const int TGT_O_CREAT = 0x00000100; //!< O_CREAT
88 static const int TGT_O_EXCL = 0x00000400; //!< O_EXCL
89 static const int TGT_O_NOCTTY = 0x00000800; //!< O_NOCTTY
90 static const int TGT_O_TRUNC = 0x00000200; //!< O_TRUNC
91 static const int TGT_O_APPEND = 0x00000008; //!< O_APPEND
92 static const int TGT_O_NONBLOCK = 0x00000080; //!< O_NONBLOCK
93 static const int TGT_O_DSYNC = 0x00000010; //!< O_DSYNC
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 77 unchanged lines hidden (view full) ---

86 static const int TGT_O_RDWR = 0x00000002; //!< O_RDWR
87 static const int TGT_O_CREAT = 0x00000100; //!< O_CREAT
88 static const int TGT_O_EXCL = 0x00000400; //!< O_EXCL
89 static const int TGT_O_NOCTTY = 0x00000800; //!< O_NOCTTY
90 static const int TGT_O_TRUNC = 0x00000200; //!< O_TRUNC
91 static const int TGT_O_APPEND = 0x00000008; //!< O_APPEND
92 static const int TGT_O_NONBLOCK = 0x00000080; //!< O_NONBLOCK
93 static const int TGT_O_DSYNC = 0x00000010; //!< O_DSYNC
94 static const int TGT_FASYNC = 0x00001000; //!< O_FASYNC
94 static const int TGT_O_DIRECT = 0x00008000; //!< O_DIRECT
95 static const int TGT_O_LARGEFILE = 0x00002000; //!< O_LARGEFILE
96 static const int TGT_O_DIRECTORY = 0x00010000; //!< O_DIRECTORY
97 static const int TGT_O_NOFOLLOW = 0x00020000; //!< O_NOFOLLOW
98 static const int TGT_O_NOATIME = 0x00040000; //!< O_NOATIME
99 static const int TGT_O_CLOEXEC = 0x00080000; //!< O_CLOEXEC
100 static const int TGT_O_SYNC = 0x00004010; //!< O_SYNC
101 static const int TGT_O_PATH = 0x00200000; //!< O_PATH

--- 100 unchanged lines hidden ---
95 static const int TGT_O_DIRECT = 0x00008000; //!< O_DIRECT
96 static const int TGT_O_LARGEFILE = 0x00002000; //!< O_LARGEFILE
97 static const int TGT_O_DIRECTORY = 0x00010000; //!< O_DIRECTORY
98 static const int TGT_O_NOFOLLOW = 0x00020000; //!< O_NOFOLLOW
99 static const int TGT_O_NOATIME = 0x00040000; //!< O_NOATIME
100 static const int TGT_O_CLOEXEC = 0x00080000; //!< O_CLOEXEC
101 static const int TGT_O_SYNC = 0x00004010; //!< O_SYNC
102 static const int TGT_O_PATH = 0x00200000; //!< O_PATH

--- 100 unchanged lines hidden ---