December 04, 2010 [Issue 5318] New: core.sys.osx: add version (OSX) at top of all files. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5318 Summary: core.sys.osx: add version (OSX) at top of all files. Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: sean@invisibleduck.org ReportedBy: ibuclaw@ubuntu.com --- Comment #0 from Iain Buclaw <ibuclaw@ubuntu.com> 2010-12-04 14:00:12 PST --- Patch: --- druntime-trunk~/src/core/sys/osx/mach/kern_return.d 2010-06-02 20:21:38.000000000 +0100 +++ druntime-trunk/src/core/sys/osx/mach/kern_return.d 2010-12-04 21:42:17.505486612 +0000 @@ -12,6 +12,8 @@ */ module core.sys.osx.mach.kern_return; +version (OSX): + extern (C): alias int kern_return_t; --- druntime-trunk~/src/core/sys/osx/mach/port.d 2010-06-02 20:21:38.000000000 +0100 +++ druntime-trunk/src/core/sys/osx/mach/port.d 2010-12-04 21:42:17.509486612 +0000 @@ -12,6 +12,8 @@ */ module core.sys.osx.mach.port; +version (OSX): + extern (C): version( X86 ) --- druntime-trunk~/src/core/sys/osx/mach/semaphore.d 2010-06-02 20:21:38.000000000 +0100 +++ druntime-trunk/src/core/sys/osx/mach/semaphore.d 2010-12-04 21:42:17.509486612 +0000 @@ -12,6 +12,8 @@ */ module core.sys.osx.mach.semaphore; +version (OSX): + public import core.sys.osx.mach.kern_return; public import core.sys.osx.mach.port; --- druntime-trunk~/src/core/sys/osx/mach/thread_act.d 2010-06-02 20:21:38.000000000 +0100 +++ druntime-trunk/src/core/sys/osx/mach/thread_act.d 2010-12-04 21:42:17.509486612 +0000 @@ -12,6 +12,8 @@ */ module core.sys.osx.mach.thread_act; +version (OSX): + public import core.sys.osx.mach.kern_return; public import core.sys.osx.mach.port; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 19, 2011 [Issue 5318] core.sys.osx: add version (OSX) at top of all files. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Iain Buclaw | http://d.puremagic.com/issues/show_bug.cgi?id=5318 Iain Buclaw <ibuclaw@ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Iain Buclaw <ibuclaw@ubuntu.com> 2011-02-19 05:16:39 PST --- Patch got merged earlier this month. https://github.com/D-Programming-Language/druntime/blob/dbd3be3ba7de97cafbb8357bd56f562084cdb96c/src/core/sys/osx/mach/port.d -- 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