ecere/sys/File.c: Fixed misrepresentation of st_ctime as 'created' time
authorJerome St-Louis <jerome@ecere.com>
Sat, 9 Jan 2016 02:29:23 +0000 (21:29 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sat, 9 Jan 2016 02:55:13 +0000 (21:55 -0500)
commite1c3664b45b493928e25d300af5a574b0f54e645
tree6424ea044ccadd34dc411b8c45cf975689c06eeb
parent375f921f3639b4dcf93d0b5a5e033ddc010f7e4b
ecere/sys/File.c: Fixed misrepresentation of st_ctime as 'created' time
- UNIX st_ctime is inode change time, not creation time
- Now always returning 0 for ctime (Some UNIX systems have 'btime' for creation)
- This should address Debian build reproducibility issues
ecere/src/sys/File.c