OSDN Git Service

* syscalls.cc (stat64_to_stat32): Transform st_dev correctly.
authorcorinna <corinna>
Mon, 3 Jun 2002 17:44:05 +0000 (17:44 +0000)
committercorinna <corinna>
Mon, 3 Jun 2002 17:44:05 +0000 (17:44 +0000)
commit36419459d3a3611271e50c291007d9fe914573ae
tree2f4413a1e96d2ca937d68fd49798e8ea4119b44d
parent4dc50c35998f4d1455b1b51c76ab100919a92c31
* syscalls.cc (stat64_to_stat32): Transform st_dev correctly.
(fstat64): Add evaluating st_ino and st_dev.
(stat_worker): Evaluate st_dev as 32 bit value.
* include/cygwin/stat.h: Use new dev_t definition throughout.
* include/cygwin/types.h: Define __dev16_t and __dev32_t.  Define
dev_t according to __CYGWIN_USE_BIG_TYPES__ setting.
* include/sys/sysmacros.h: Define major, minor and makedev
according to __CYGWIN_USE_BIG_TYPES__ setting.
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/stat.h
winsup/cygwin/include/cygwin/types.h
winsup/cygwin/include/sys/sysmacros.h
winsup/cygwin/syscalls.cc