mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
add shared
This commit is contained in:
parent
7508b06d3d
commit
cf644a325a
22 changed files with 108 additions and 84 deletions
|
@ -12,14 +12,4 @@
|
|||
|
||||
module std.c.linux.linuxextern;
|
||||
|
||||
extern (C)
|
||||
{
|
||||
extern void* __libc_stack_end;
|
||||
extern int __data_start;
|
||||
extern int _end;
|
||||
extern int timezone;
|
||||
|
||||
extern void *_deh_beg;
|
||||
extern void *_deh_end;
|
||||
}
|
||||
|
||||
// No longer needed since "extern" storage class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue