mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
hurd: fix timer_routines.c build
* sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead of <internaltypes.h>.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
#include "posix-timer.h"
|
#include "posix-timer.h"
|
||||||
#include <internaltypes.h>
|
#include <timer_routines.h>
|
||||||
|
|
||||||
#ifndef DELAYTIMER_MAX
|
#ifndef DELAYTIMER_MAX
|
||||||
# define DELAYTIMER_MAX INT_MAX
|
# define DELAYTIMER_MAX INT_MAX
|
||||||
|
Reference in New Issue
Block a user