[Issue 9799] New: Missing aliases and enums in druntime imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 23 10:39:33 PDT 2013


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 at puremagic.com
        ReportedBy: kodlists-dlang at yahoo.com


--- Comment #0 from Sarath Kumar Kodali <kodlists-dlang at 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: -------


More information about the Digitalmars-d-bugs mailing list