March 23, 2013 [Issue 9799] New: Missing aliases and enums in druntime imports | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9799 Summary: Missing aliases and enums in druntime imports Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: nobody@puremagic.com ReportedBy: kodlists-dlang@yahoo.com --- Comment #0 from Sarath Kumar Kodali <kodlists-dlang@yahoo.com> 2013-03-23 10:39:31 PDT --- 1. lwpid_t is defined in core/sys/posix/sys/types.d for FreeBSD but not Linux. In Linux, lwpid_t is defined in /usr/include/sys/procfs.h as "typedef __pid_t lwpid_t;" 2. O_CLOEXEC is missing in core/sys/posix/fcntl.d. In Linux it is declared in /usr/include/bits/fcntl-linux.h as, # define __O_CLOEXEC 02000000 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation