summaryrefslogtreecommitdiff
path: root/Python/dynload_os2.c
diff options
context:
space:
mode:
authorEzio Melotti <devnull@localhost>2011-10-02 12:47:10 +0300
committerEzio Melotti <devnull@localhost>2011-10-02 12:47:10 +0300
commitf87611385be000c82393d919f3ec843982123647 (patch)
tree680cfc53cb2139aeab4150fdbdc04a67b6d51ea1 /Python/dynload_os2.c
parent91b7a110531812ee61ccb4f7c78affb4809424e5 (diff)
parentd3306a9435571f33b579e1ea6663b96f8147aa35 (diff)
downloadcpython-f87611385be000c82393d919f3ec843982123647.tar.gz
#13076: merge with 3.2.
Diffstat (limited to 'Python/dynload_os2.c')
-rw-r--r--Python/dynload_os2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c
index 101c024bbe..f7264da04c 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -15,7 +15,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;