tests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
[gnulib.git] / lib / posixtm.c
index 7740f4d..4d044a3 100644 (file)
@@ -41,8 +41,6 @@
    of `digit' even when the host does not conform to POSIX.  */
 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
 
-time_t mktime ();
-
 /*
   POSIX requires: