mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 00:54:05 +03:00
add shared
This commit is contained in:
parent
7508b06d3d
commit
cf644a325a
22 changed files with 108 additions and 84 deletions
|
@ -8,9 +8,22 @@
|
|||
|
||||
module std.c.linux.linux;
|
||||
|
||||
public import std.c.linux.linuxextern;
|
||||
public import std.c.linux.pthread;
|
||||
|
||||
extern (C)
|
||||
{
|
||||
extern __gshared
|
||||
{
|
||||
void* __libc_stack_end;
|
||||
int __data_start;
|
||||
int _end;
|
||||
int timezone;
|
||||
|
||||
void *_deh_beg;
|
||||
void *_deh_end;
|
||||
}
|
||||
}
|
||||
|
||||
struct struct_stat64 // distinguish it from the stat() function
|
||||
{
|
||||
ulong st_dev; /// device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue