projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a14af5
)
64 bit changes.
author
drepper
<drepper>
Sat, 21 Jun 1997 02:40:08 +0000
(
02:40
+0000)
committer
drepper
<drepper>
Sat, 21 Jun 1997 02:40:08 +0000
(
02:40
+0000)
sysdeps/mach/start.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/start.c
b/sysdeps/mach/start.c
index
c2ea3e3
..
b1d121e
100644
(file)
--- a/
sysdeps/mach/start.c
+++ b/
sysdeps/mach/start.c
@@
-29,7
+29,9
@@
Cambridge, MA 02139, USA. */
/* The first piece of initialized data. */
int __data_start = 0;
+#ifndef _HURD_THREADVAR_H
volatile int errno;
+#endif
extern void __mach_init (void);
extern void __libc_init (int argc, char **argv, char **envp);
@@
-62,6
+64,7
@@
start1 (void)
#ifndef START_ARGS
#define START_ARGS void
+#endif
#ifdef START_MACHDEP
START_MACHDEP
#define _start _start0