modules/idpriv-droptemp-tests (Notice): Fix text.
[gnulib.git] / tests / test-lstat.c
index cb9963d..b8c3d94 100644 (file)
 
 #include "same-inode.h"
 
-#if !HAVE_SYMLINK
-# define symlink(a,b) (-1)
-#endif
-
 #define ASSERT(expr) \
   do                                                                         \
     {                                                                        \
@@ -58,7 +54,7 @@ do_lstat (char const *name, struct stat *st)
 }
 
 int
-main ()
+main (void)
 {
   return test_lstat_func (do_lstat, true);
 }