linux.hh (11383:5ac090acd180) linux.hh (11413:3d47d83a48eb)
1/*
2 * Copyright (c) 2003-2005 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;

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

101 static const int TGT_O_RDWR = 0x00000002; //!< O_RDWR
102 static const int TGT_O_NONBLOCK = 0x00004000; //!< O_NONBLOCK
103 static const int TGT_O_APPEND = 0x00000008; //!< O_APPEND
104 static const int TGT_FASYNC = 0x00000040; //!< FASYNC
105 static const int TGT_O_CREAT = 0x00000200; //!< O_CREAT
106 static const int TGT_O_TRUNC = 0x00000400; //!< O_TRUNC
107 static const int TGT_O_EXCL = 0x00000800; //!< O_EXCL
108 static const int TGT_O_NOCTTY = 0x00008000; //!< O_NOCTTY
1/*
2 * Copyright (c) 2003-2005 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;

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

101 static const int TGT_O_RDWR = 0x00000002; //!< O_RDWR
102 static const int TGT_O_NONBLOCK = 0x00004000; //!< O_NONBLOCK
103 static const int TGT_O_APPEND = 0x00000008; //!< O_APPEND
104 static const int TGT_FASYNC = 0x00000040; //!< FASYNC
105 static const int TGT_O_CREAT = 0x00000200; //!< O_CREAT
106 static const int TGT_O_TRUNC = 0x00000400; //!< O_TRUNC
107 static const int TGT_O_EXCL = 0x00000800; //!< O_EXCL
108 static const int TGT_O_NOCTTY = 0x00008000; //!< O_NOCTTY
109 static const int TGT_O_SYNC = 0x00002000; //!< O_SYNC
109 static const int TGT_O_DSYNC = 0x00002000; //!< O_DSYNC
110 static const int TGT_O_LARGEFILE = 0x00040000; //!< O_LARGEFILE
111 static const int TGT_O_DIRECT = 0x00100000; //!< O_DIRECT
112 static const int TGT_O_NOATIME = 0x00200000; //!< O_NOATIME
113 static const int TGT_O_CLOEXEC = 0x00400000; //!< O_CLOEXEC
110 static const int TGT_O_LARGEFILE = 0x00040000; //!< O_LARGEFILE
111 static const int TGT_O_DIRECT = 0x00100000; //!< O_DIRECT
112 static const int TGT_O_NOATIME = 0x00200000; //!< O_NOATIME
113 static const int TGT_O_CLOEXEC = 0x00400000; //!< O_CLOEXEC
114 static const int TGT_O_SYNC = 0x00802000; //!< O_SYNC
114 static const int TGT_O_PATH = 0x01000000; //!< O_PATH
115
116 static const int TGT_O_DIRECTORY = 000200000; //!< O_DIRECTORY
117 static const int TGT_O_NOFOLLOW = 000400000; //!< O_NOFOLLOW
118
119 static const int NUM_OPEN_FLAGS;
120
121 /// For mmap().

--- 115 unchanged lines hidden ---
115 static const int TGT_O_PATH = 0x01000000; //!< O_PATH
116
117 static const int TGT_O_DIRECTORY = 000200000; //!< O_DIRECTORY
118 static const int TGT_O_NOFOLLOW = 000400000; //!< O_NOFOLLOW
119
120 static const int NUM_OPEN_FLAGS;
121
122 /// For mmap().

--- 115 unchanged lines hidden ---