Fix typo in name of included file.

This commit is contained in:
Jakub Jelinek 2003-03-26 15:33:14 +00:00
parent f064e4c5d7
commit 0f6918e293

View File

@ -27,7 +27,7 @@
#ifdef __NR_timer_getoverrun
# ifndef __ASSUME_POSIX_TIMERS
# define timer_getoverrun static compat_timer_getoverrun
# include <nptl/sysdeps/pthread/timer_getoverrun.c>
# include <nptl/sysdeps/pthread/timer_getoverr.c>
# undef timer_getoverrun
# endif