diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-04 21:53:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-04 21:53:15 +0000 |
commit | 45b28a8f0b36a48ab37ca973c2a93d8c43120488 (patch) | |
tree | eabe23f97b1290bd67f3b6741ff7207eea3ae627 /ChangeLog | |
parent | c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1 (diff) | |
download | glibc-45b28a8f0b36a48ab37ca973c2a93d8c43120488.tar.gz glibc-45b28a8f0b36a48ab37ca973c2a93d8c43120488.tar.xz glibc-45b28a8f0b36a48ab37ca973c2a93d8c43120488.zip |
Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* misc/progname.c (program_invocation_name, program_invocation_short_name): Make these initialized data definitions. * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference so gcc doesn't optimize out the function entirely.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 88babc2b39..3868aeb5e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * misc/progname.c (program_invocation_name, + program_invocation_short_name): Make these initialized data + definitions. + + * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference + so gcc doesn't optimize out the function entirely. + Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * posix/execvp.c: Don't use stat to search path; just try execv |