[Issue 15088] New: timer_t should be void*, not in

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 20 02:28:26 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15088

          Issue ID: 15088
           Summary: timer_t should be void*, not in
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: tomerfiliba at gmail.com

`timer_t` in `core.sys.posix.time` is defined as int on all platforms, but it
should be void* at least on glibc:

https://sourceware.org/git/?p=glibc.git&a=search&h=b0b64e1b5ea394f2a0bcff201ac2a4af206d738a&st=grep&s=__TIMER_T_TYPE

--


More information about the Digitalmars-d-bugs mailing list