summaryrefslogtreecommitdiff
path: root/Python/dynload_hpux.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-09-21 01:12:59 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-09-21 01:12:59 +0200
commit0fc80cf7d66bbe14b54bc278be47b88d0d15d996 (patch)
tree2bced3752153ebe87c3f78d662c941b4df1df2a5 /Python/dynload_hpux.c
parent49ef44d6c75a2e07d4ee0b8395c9b253171db1ea (diff)
parentb0c9e71dba6087fe348f3eae2a83fe8a64c44dc0 (diff)
downloadcpython-0fc80cf7d66bbe14b54bc278be47b88d0d15d996.tar.gz
Merge 3.2: test_multiprocessing removes temporary files
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;