about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-03-26 15:33:14 +0000
committerJakub Jelinek <jakub@redhat.com>2003-03-26 15:33:14 +0000
commit0f6918e293172c82ec2fe34aa15399597b73cb29 (patch)
tree6eb77a879e8772964bd93c09bf7ede8136caa613 /nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
parentf064e4c5d7267be7d81429255026817b14858255 (diff)
downloadglibc-0f6918e293172c82ec2fe34aa15399597b73cb29.tar.gz
glibc-0f6918e293172c82ec2fe34aa15399597b73cb29.tar.xz
glibc-0f6918e293172c82ec2fe34aa15399597b73cb29.zip
Fix typo in name of included file.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/timer_getoverr.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/timer_getoverr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
index 40b485f560..247f4a367f 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 <nptl/sysdeps/pthread/timer_getoverrun.c>
+#  include <nptl/sysdeps/pthread/timer_getoverr.c>
 #  undef timer_getoverrun
 # endif