From 0ec2d84a78d910ecc2dc4090f340519607819cda Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 24 Dec 2009 12:00:23 -0700 Subject: [PATCH] test-nanosleep: fix typo * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous patch. Reported by Bruno Haible. Signed-off-by: Eric Blake --- ChangeLog | 7 +++++++ tests/test-nanosleep.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c8f7dacaf..16e5a99989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-12-24 Eric Blake + + test-nanosleep: fix typo + * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous + patch. + Reported by Bruno Haible. + 2009-12-24 Bruno Haible Reduce namespace pollution on glibc systems. diff --git a/tests/test-nanosleep.c b/tests/test-nanosleep.c index e4e7231640..797c8beb7e 100644 --- a/tests/test-nanosleep.c +++ b/tests/test-nanosleep.c @@ -21,7 +21,7 @@ #include #include "signature.h" -SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timepec *)); +SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timespec *)); #include #include -- 2.30.2