Ticket #30 (new defect)

Opened 2 years ago

struct stat_t uses wrong ino_t / ino64_t

Reported by: Shahid Assigned to: sean
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

druntime's "core.sys.posix.sys.stat" does not match the C ABI.

Could we copy Tango's "tango.stdc.posix.sys.stat" and "tango.stdc.posix.sys.types", they also have the added benefit of working on x86_64.

Attachments

stat_t-ino.patch (336 bytes) - added by Shahid on 11/27/10 10:59:09.
correct type for struct stat64's st_ino

Change History

11/27/10 10:59:09 changed by Shahid

  • attachment stat_t-ino.patch added.

correct type for struct stat64's st_ino