summaryrefslogtreecommitdiff
path: root/Python/dynload_shlib.c
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
committerR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
commiteba3adb8c547317bb259a27be2dc6b0af2f467af (patch)
tree2fd1b6de9a90d37d2c473ad5ef9df7fe0cbdb70e /Python/dynload_shlib.c
parent645f312bebd576c855073c4ecc06a0673614f227 (diff)
parent36d507533d39b10591431beb91102e5da812d07b (diff)
downloadcpython-eba3adb8c547317bb259a27be2dc6b0af2f467af.tar.gz
Merge long Japanese header fix from 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;