summaryrefslogtreecommitdiff
path: root/Python/dynload_shlib.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-09-19 17:11:26 +0200
committerJesus Cea <jcea@jcea.es>2011-09-19 17:11:26 +0200
commit5709b0a9933ce87f78389617abfd934fd113ba5f (patch)
treead751c5cbc2f43440c1faf775e102decfa0f9dcb /Python/dynload_shlib.c
parent66c4188b352a7c021c7b83f70d1a1e54bbed45df (diff)
parent016d82354232e8a1924135ff10fac70cf5c720b9 (diff)
downloadcpython-5709b0a9933ce87f78389617abfd934fd113ba5f.tar.gz
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
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;