summaryrefslogtreecommitdiff
path: root/Python/dynload_shlib.c
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-25 16:14:26 -0400
committerR David Murray <rdmurray@bitdance.com>2011-04-25 16:14:26 -0400
commitba246297d74b41fb754038545ca3cb2ce57b7656 (patch)
treefa21ccd713789a50069f1f468a395eb36ba9b056 /Python/dynload_shlib.c
parent26058250970610c9b536feaaac846bc15402689b (diff)
parent92c9cd4eefa1941ad4a08012a379cac43cc243d5 (diff)
downloadcpython-ba246297d74b41fb754038545ca3cb2ce57b7656.tar.gz
Merge #11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
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;