summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-20 19:40:31 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-20 19:40:31 +0000
commit6bbcfbfedb715ddc44b2df5e1befce2af5c67c7a (patch)
treecf67150298d8d28f317d61a16a649fdf0604f98e
parentec4b0518a39f46354c0d75b4c3e2f507c9af261e (diff)
*** empty log message ***
Thu Sep 19 23:36:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * hurd/hurdinit.c (__libc_argv): Provide common decl. (_hurd_setproc): Don't declare __libc_argv here.
-rw-r--r--ChangeLog23
1 files changed, 5 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index cfb7ae8026..9caab6e2a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 19 23:36:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * hurd/hurdinit.c (__libc_argv): Provide common decl.
+ (_hurd_setproc): Don't declare __libc_argv here.
+
Tue Sep 17 10:51:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* malloc/memalign.c (memalign): Only acquire __libc_malloc_lock
@@ -231,24 +236,6 @@ Thu Sep 12 19:56:07 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.
* inet/herrno.c (__h_errno_location): Fix return type.
-Tue Sep 17 10:51:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
-
- * malloc/memalign.c (memalign): Only acquire __libc_malloc_lock
- for actual modifications to global state.
-
-Fri Sep 13 01:21:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
-
- * sysdeps/mach/Makefile (includes): Add -I$(common-objpfx)mach/.
- * sysdeps/mach/hurd/Makefile (includes): Add
- -I$(common-objpfx)hurd/. Reported by Marcus Daniels.
-
- * sysdeps/generic/schedbits.h (struct sched_param): Renamed from
- struct sched_params.
- * sysdeps/stub/sched_setp.c (__sched_setparam): struct
- sched_params -> struct sched_param.
- * sysdeps/stub/sched_getp.c (__sched_getparam): Likewise.
- * sysdeps/stub/sched_sets.c (__sched_setscheduler): Likewise.
-
Thu Sep 12 23:58:25 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): Fix