diff options
Diffstat (limited to 'Python/dynload_hpux.c')
-rw-r--r-- | Python/dynload_hpux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c index 18a81377f24..1004010902f 100644 --- a/Python/dynload_hpux.c +++ b/Python/dynload_hpux.c @@ -15,11 +15,10 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {SHLIB_EXT, "rb", C_EXTENSION}, - {"module"SHLIB_EXT, "rb", C_EXTENSION}, {0, 0} }; -dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, +dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname, const char *pathname, FILE *fp) { dl_funcptr p; |