linux.hh (4866:9adc60769aed) linux.hh (5407:c121bb9e86eb)
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 *

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

77 int64_t st_blksize;
78 int64_t st_blocks;
79 uint64_t st_atimeX;
80 uint64_t st_atime_nsec;
81 uint64_t st_mtimeX;
82 uint64_t st_mtime_nsec;
83 uint64_t st_ctimeX;
84 uint64_t st_ctime_nsec;
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 *

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

77 int64_t st_blksize;
78 int64_t st_blocks;
79 uint64_t st_atimeX;
80 uint64_t st_atime_nsec;
81 uint64_t st_mtimeX;
82 uint64_t st_mtime_nsec;
83 uint64_t st_ctimeX;
84 uint64_t st_ctime_nsec;
85 int64_t __unused[3];
85 int64_t unused0[3];
86 } tgt_stat64;
87
88 static OpenFlagTransTable openFlagTable[];
89
90 static const int TGT_O_RDONLY = 00000000; //!< O_RDONLY
91 static const int TGT_O_WRONLY = 00000001; //!< O_WRONLY
92 static const int TGT_O_RDWR = 00000002; //!< O_RDWR
93 static const int TGT_O_NONBLOCK = 00004000; //!< O_NONBLOCK

--- 23 unchanged lines hidden ---
86 } tgt_stat64;
87
88 static OpenFlagTransTable openFlagTable[];
89
90 static const int TGT_O_RDONLY = 00000000; //!< O_RDONLY
91 static const int TGT_O_WRONLY = 00000001; //!< O_WRONLY
92 static const int TGT_O_RDWR = 00000002; //!< O_RDWR
93 static const int TGT_O_NONBLOCK = 00004000; //!< O_NONBLOCK

--- 23 unchanged lines hidden ---