aboutsummaryrefslogtreecommitdiff
path: root/lib/libF77/h_dnnt.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1996-10-07 20:49:03 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1996-10-07 20:49:03 +0000
commit0e9cb8bed8a6e08ced8af6616ef54d6fb7ec5208 (patch)
treeffcd97d95232059a7cda9829e154a58090d5915e /lib/libF77/h_dnnt.c
parent2f85bf6e8e11f5cdf2402ee30e9ff07342422fa2 (diff)
downloadsrc-0e9cb8bed8a6e08ced8af6616ef54d6fb7ec5208.tar.gz
src-0e9cb8bed8a6e08ced8af6616ef54d6fb7ec5208.zip
dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,
with dlfcn.h declaring them as: void *dlopen __P((const char *, int)); void *dlsym __P((void *, const char *)); while link.h declared them as extern void *dlopen __P((char *, int)); extern void *dlsym __P((void *, char *)); Fix link.h to match dlfcn.h
Notes
Notes: svn path=/head/; revision=18799
Diffstat (limited to 'lib/libF77/h_dnnt.c')
0 files changed, 0 insertions, 0 deletions