mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Fix #165, thanks afb.
This commit is contained in:
@@ -6,5 +6,10 @@ void main()
|
||||
}
|
||||
|
||||
extern(C):
|
||||
int* __errno_location();
|
||||
version(darwin) {
|
||||
int* __error();
|
||||
alias __error __errno_location;
|
||||
} else {
|
||||
int* __errno_location();
|
||||
}
|
||||
int printf(char*,...);
|
||||
|
||||
Reference in New Issue
Block a user