diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * hurd/hurdinline.c: Include signal.h first, so we don't define + its inlines too. + + * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead + of -1 to avoid compiler warning. + + * configure.in (host_os=linux*): Set elf=yes for this, not just + linux*elf*. + * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname and open. |