test-nanosleep: fix typo
authorEric Blake <ebb9@byu.net>
Thu, 24 Dec 2009 19:00:23 +0000 (12:00 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 24 Dec 2009 19:21:15 +0000 (12:21 -0700)
* tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
patch.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/test-nanosleep.c

index 7c8f7dacaf70166bee80f1464fd9b0c914a267e0..16e5a999898638cad019e59c58a25cf6f537fd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-24  Eric Blake  <ebb9@byu.net>
+
+       test-nanosleep: fix typo
+       * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
+       patch.
+       Reported by Bruno Haible.
+
 2009-12-24  Bruno Haible  <bruno@clisp.org>
 
        Reduce namespace pollution on glibc systems.
index e4e7231640a13f8c0940ca6bbc74c6f2acf628d3..797c8beb7e235a7f91b7684e5fca5eb111f2d2cc 100644 (file)
@@ -21,7 +21,7 @@
 #include <time.h>
 
 #include "signature.h"
-SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timepec *));
+SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timespec *));
 
 #include <errno.h>
 #include <signal.h>