diff options
Diffstat (limited to 'hurd/siginfo.c')
-rw-r--r-- | hurd/siginfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/siginfo.c b/hurd/siginfo.c index 65d8e48..75e02d5 100644 --- a/hurd/siginfo.c +++ b/hurd/siginfo.c @@ -17,10 +17,11 @@ #include <hurd/signal.h> #include <stdio.h> +#include <libioP.h> void _hurd_siginfo_handler (int signo) { /* XXX */ - puts ("got a SIGINFO"); + _IO_puts ("got a SIGINFO"); } |