From: Eric Blake Date: Thu, 24 Dec 2009 19:00:23 +0000 (-0700) Subject: test-nanosleep: fix typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec2d84a78d910ecc2dc4090f340519607819cda;p=pspp test-nanosleep: fix typo * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous patch. Reported by Bruno Haible. Signed-off-by: Eric Blake --- 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