Deleted Added
sdiff udiff text old ( 11728:f099627c6750 ) new ( 12297:fd5f1ffae4aa )
full compact
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;

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

147 uint64_t st_atimeX;
148 uint64_t st_atime_nsec;
149 uint64_t st_mtimeX;
150 uint64_t st_mtime_nsec;
151 uint64_t st_ctimeX;
152 uint64_t st_ctime_nsec;
153 int32_t ___glibc_reserved[2];
154 } tgt_stat64;
155};
156
157#endif