aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-30 00:11:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2010-01-30 00:11:54 +0000
commit77b22d3e998132c5c27cd43c92f141ccb2175192 (patch)
tree48b9b9a8683819c91640c84fc0c68f75c6eaff43
parent54b7103af4a93369e99a5df80d05dd6f70f17c0b (diff)
downloadglibc-77b22d3e998132c5c27cd43c92f141ccb2175192.tar.xz
glibc-77b22d3e998132c5c27cd43c92f141ccb2175192.zip
alpha: fix typo in timer_settime include
-rw-r--r--ChangeLog.alpha5
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index ed97e8b65b..e0fc5a38f5 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2009-12-02 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
+ include timer_gettime.c -> timer_settime.c.
+
2009-11-23 Matt Turner <mattst88@gmail.com>
* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
index c1106695e7..93d4ad9344 100644
--- a/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
@@ -1 +1 @@
-#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
+#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>