summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-26 03:59:27 +0000
committerRoland McGrath <roland@gnu.org>1995-10-26 03:59:27 +0000
commitc14e4c326d6b916112d03994105ddd3389515954 (patch)
treea6eacdb0d006783dd21626b55c4b37d98905329a /ChangeLog
parentf44f9c33dff32b1f9f257ec855bbb7261c028039 (diff)
* hurd/hurdstartup.c (_hurd_startup): Use new
exec_startup_get_info RPC from exec_startup.defs in place of old exec_startup from exec.defs. Remove kludge to guess user entry and phdr locations, since the new RPC gives us that info. * sysdeps/generic/_strerror.c: Undo last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec313297eb..9ca3239516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
Wed Oct 25 14:23:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * hurd/hurdstartup.c (_hurd_startup): Use new
+ exec_startup_get_info RPC from exec_startup.defs
+ in place of old exec_startup from exec.defs. Remove kludge to
+ guess user entry and phdr locations, since the new RPC gives us
+ that info.
+
* stdio/stdio.h (sys_errlist, _sys_errlist): Declare const.
+ * sysdeps/generic/_strerror.c: Undo last change.
* sysdeps/unix/sysv/linux/stat.c: New file.
* sysdeps/unix/sysv/linux/fstat.c: New file.