summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/errlist.c5
-rw-r--r--sysdeps/mach/hurd/setitimer.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/errlist.c b/sysdeps/mach/hurd/errlist.c
index 5f40e04209..60a08cd613 100644
--- a/sysdeps/mach/hurd/errlist.c
+++ b/sysdeps/mach/hurd/errlist.c
@@ -113,12 +113,13 @@ const char *_sys_errlist[] =
"You really blew it this time", /* 103 = EGREGIOUS */
"Computer bought the farm", /* 104 = EIEIO */
"Gratuitous error", /* 105 = EGRATUITOUS */
+ "Invalid or incomplete multibyte or wide character", /* 106 = EILSEQ */
};
#include <errno.h>
-#if _HURD_ERRNOS != 106
+#if _HURD_ERRNOS != 107
#error errlist/errnos generation bug
#endif
-const int _sys_nerr = 106;
+const int _sys_nerr = 107;
weak_alias (_sys_errlist, sys_errlist)
weak_alias (_sys_nerr, sys_nerr)
diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c
index 9ee33e0446..01c17f7725 100644
--- a/sysdeps/mach/hurd/setitimer.c
+++ b/sysdeps/mach/hurd/setitimer.c
@@ -88,7 +88,7 @@ timer_thread (void)
__msg_sig_post_request (_hurd_msgport,
_hurd_itimer_port,
MACH_MSG_TYPE_MAKE_SEND_ONCE,
- SIGALRM, __mach_task_self ());
+ SIGALRM, 0, __mach_task_self ());
break;
case MACH_RCV_INTERRUPTED: