aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorThomas Stalder <git@netsolux.ch>2016-11-13 11:45:55 +0100
committerThomas Stalder <git@netsolux.ch>2016-11-13 11:45:55 +0100
commit4af25aed928491158d18b9f3209388f61007fffd (patch)
tree35a4592e6a1a2a52b91023c4514310b5c9c70dcb /tcc.h
parent59216d3db0bbf8c213124587c5549dc6025f2af2 (diff)
downloadtinycc-4af25aed928491158d18b9f3209388f61007fffd.tar.gz
tinycc-4af25aed928491158d18b9f3209388f61007fffd.tar.bz2
remove warnings
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 8912910..ed134d7 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1527,7 +1527,7 @@ ST_FUNC void pe_add_unwind_data(unsigned start, unsigned end, unsigned stack);
ST_FUNC void *dlopen(const char *filename, int flag);
ST_FUNC void dlclose(void *p);
ST_FUNC const char *dlerror(void);
-ST_FUNC void *dlsym(int flag, const char *symbol);
+ST_FUNC void *dlsym(void *handle, const char *symbol);
#endif
#ifdef CONFIG_TCC_BACKTRACE
ST_DATA int rt_num_callers;