From: Jakub Jelinek Date: Wed, 26 Mar 2003 15:33:14 +0000 (+0000) Subject: Fix typo in name of included file. X-Git-Tag: cvs/glibc-2_3_3~1063 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6918e293172c82ec2fe34aa15399597b73cb29;p=thirdparty%2Fglibc.git Fix typo in name of included file. --- diff --git a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c index 40b485f5606..247f4a367f8 100644 --- a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c +++ b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c @@ -27,7 +27,7 @@ #ifdef __NR_timer_getoverrun # ifndef __ASSUME_POSIX_TIMERS # define timer_getoverrun static compat_timer_getoverrun -# include +# include # undef timer_getoverrun # endif