Deleted Added
sdiff udiff text old ( 10796:5bcba8001c7e ) new ( 11382:654272b82e94 )
full compact
1/*
2 * Copyright (c) 2004-2009 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;

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

234 static const unsigned TGT_FUTEX_PRIVATE_FLAG = 128;
235
236 // for *at syscalls
237 static const int TGT_AT_FDCWD = -100;
238
239 // for MREMAP
240 static const unsigned TGT_MREMAP_MAYMOVE = 0x1;
241 static const unsigned TGT_MREMAP_FIXED = 0x2;
242}; // class Linux
243
244#endif // __LINUX_HH__