linux.hh (5960:c9c465241d3b) linux.hh (5971:9c6391381323)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

131 static const int TGT_O_SYNC = 00010000; //!< O_SYNC
132// static const int TGT_O_DRD = 0x00010000; //!< O_DRD
133// static const int TGT_O_DIRECTIO = 0x00020000; //!< O_DIRECTIO
134// static const int TGT_O_CACHE = 0x00002000; //!< O_CACHE
135// static const int TGT_O_DSYNC = 0x00008000; //!< O_DSYNC
136// static const int TGT_O_RSYNC = 0x00040000; //!< O_RSYNC
137
138 static const int NUM_OPEN_FLAGS;
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

131 static const int TGT_O_SYNC = 00010000; //!< O_SYNC
132// static const int TGT_O_DRD = 0x00010000; //!< O_DRD
133// static const int TGT_O_DIRECTIO = 0x00020000; //!< O_DIRECTIO
134// static const int TGT_O_CACHE = 0x00002000; //!< O_CACHE
135// static const int TGT_O_DSYNC = 0x00008000; //!< O_DSYNC
136// static const int TGT_O_RSYNC = 0x00040000; //!< O_RSYNC
137
138 static const int NUM_OPEN_FLAGS;
139
140 static const unsigned TGT_MAP_ANONYMOUS = 0x20;
139};
140
141#endif
141};
142
143#endif