www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [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



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,


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 23 2013