1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

hurd: fix timer_routines.c build

* sysdeps/pthread/timer_routines.c: [!defined DELAYTIMER_MAX]
        (DELAYTIMER_MAX): Define to INT_MAX.
This commit is contained in:
Samuel Thibault
2018-02-27 00:55:59 +01:00
parent 03b540b368
commit eb937a5285
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#include "posix-timer.h"
#include <internaltypes.h>
#ifndef DELAYTIMER_MAX
# define DELAYTIMER_MAX INT_MAX
#endif
/* Number of threads used. */
#define THREAD_MAXNODES 16