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: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Sarath Kumar Kodali <[email protected]> 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: -------

Reply via email to