diff options
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/modstatic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dlfcn/modstatic.c b/dlfcn/modstatic.c index e00a0becee..5ea71171cf 100644 --- a/dlfcn/modstatic.c +++ b/dlfcn/modstatic.c @@ -1,3 +1,5 @@ +extern int test (int); + int test (int a) { |