* tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
patch.
Reported by Bruno Haible.
Signed-off-by: Eric Blake <ebb9@byu.net>
+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.
#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>