summaryrefslogtreecommitdiff
path: root/hurd/hurd.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-23 22:09:31 +0000
committerMiles Bader <miles@gnu.org>1997-02-23 22:09:31 +0000
commit6bac11d99322f3cdf751b43dc3b3456039fab26c (patch)
treebdec620c134a6b498fc21ea5d3825762a79ed558 /hurd/hurd.h
parent4dea6fa212ba120779f4a1f9237e02b20ab74aa5 (diff)
(__libc_argv, __libc_argc): Make extern. (__hurd_threadvar_max, __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): New variables.cvs/libc-970224
Diffstat (limited to 'hurd/hurd.h')
-rw-r--r--hurd/hurd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h
index 3874fb277b..7e72bf6cf3 100644
--- a/hurd/hurd.h
+++ b/hurd/hurd.h
@@ -109,11 +109,10 @@ extern pid_t _hurd_pid, _hurd_ppid, _hurd_pgrp;
extern int _hurd_orphaned;
/* This variable is incremented every time the process IDs change. */
-
-unsigned int _hurd_pids_changed_stamp;
+extern unsigned int _hurd_pids_changed_stamp;
/* This condition is broadcast every time the process IDs change. */
-struct condition _hurd_pids_changed_sync;
+extern struct condition _hurd_pids_changed_sync;
/* Unix `data break', for brk and sbrk.
If brk and sbrk are not used, this info will not be initialized or used. */