]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix compiler warning.
authorTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 12:32:10 +0000 (12:32 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 12:32:10 +0000 (12:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5084

coregrind/m_syswrap/syswrap-generic.c

index b63100bd73c21f0426d8b0522e5ac29a42330c97..af08fb29fdf8fc39de46b8c34aff4ae3fd9ce4ab 100644 (file)
@@ -644,7 +644,7 @@ void VG_(show_open_fds) ()
    process the hard way - by checking each fd in turn. */
 
 static
-void do_hacky_preopened()
+void do_hacky_preopened(void)
 {
    struct vki_rlimit lim;
    UInt count;