[Issue 5318] New: core.sys.osx: add version (OSX) at top of all files.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 4 14:01:51 PST 2010
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 at invisibleduck.org
ReportedBy: ibuclaw at ubuntu.com
--- Comment #0 from Iain Buclaw <ibuclaw at 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: -------
More information about the Digitalmars-d-bugs
mailing list