summaryrefslogtreecommitdiff
path: root/Python/dynload_shlib.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-26 06:45:24 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-26 06:45:24 +0300
commit0a4fab79f8c4ae64d4fc3b4161b5e10c6b0d8191 (patch)
treefc0b7dd147477b9a86b5ee7eafdadd1f3507ebbf /Python/dynload_shlib.c
parentd34640942e7e1b554a420222d2016e113b76d333 (diff)
parentba246297d74b41fb754038545ca3cb2ce57b7656 (diff)
downloadcpython-0a4fab79f8c4ae64d4fc3b4161b5e10c6b0d8191.tar.gz
#6780: merge with 3.2.
Diffstat (limited to 'Python/dynload_shlib.c')
-rw-r--r--Python/dynload_shlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c
index 7ea510e862..1c215c329c 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -75,7 +75,7 @@ static struct {
static int nhandles = 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;