summaryrefslogtreecommitdiff
path: root/Python/dynload_hpux.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-02 23:37:41 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-02 23:37:41 +0200
commit8e3ea5b0387ed580d3a71d6193bf5346b95bcfd6 (patch)
treea27fe11b1afd402df9f9bac95009d7dbd98d988f /Python/dynload_hpux.c
parenta080e92dc3f4f96e3efe1028ef7f0a2d0b9e900f (diff)
parentac0df967cfc483b2f749d8e6b439ecb39002bae9 (diff)
downloadcpython-8e3ea5b0387ed580d3a71d6193bf5346b95bcfd6.tar.gz
Fix ResourceWarnings in the TIPC socket tests.
Diffstat (limited to 'Python/dynload_hpux.c')
-rw-r--r--Python/dynload_hpux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index 18a81377f2..3ebbbad01f 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -19,7 +19,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = {
{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;