comparison lphobos/std/c/linux/linuxextern.d @ 88:058d3925950e trunk

[svn r92] Fixed support for statically initialized unions. lots of bugfixes as cleanups too.
author lindquist
date Tue, 06 Nov 2007 10:03:14 +0100
parents c53b6e3fe49a
children
comparison
equal deleted inserted replaced
87:25d4fcce53f4 88:058d3925950e
10 * Put them separate so they'll be externed - do not link in linuxextern.o 10 * Put them separate so they'll be externed - do not link in linuxextern.o
11 */ 11 */
12 12
13 module std.c.linux.linuxextern; 13 module std.c.linux.linuxextern;
14 14
15 extern (C) 15 extern extern (C)
16 { 16 {
17 void* __libc_stack_end; 17 void* __libc_stack_end;
18 int __data_start; 18 int __data_start;
19 int _end; 19 int _end;
20 int timezone; 20 int timezone;