aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/58 exe static shared/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/58 exe static shared/stat.c')
-rw-r--r--test cases/common/58 exe static shared/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/common/58 exe static shared/stat.c b/test cases/common/58 exe static shared/stat.c
index 680ed92..eddc4d8 100644
--- a/test cases/common/58 exe static shared/stat.c
+++ b/test cases/common/58 exe static shared/stat.c
@@ -1,7 +1,7 @@
#include "subdir/exports.h"
-int shlibfunc();
+int shlibfunc(void);
-int DLL_PUBLIC statlibfunc() {
+int DLL_PUBLIC statlibfunc(void) {
return shlibfunc();
}