diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-14 21:14:53 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-14 21:14:53 -0400 |
commit | eba3adb8c547317bb259a27be2dc6b0af2f467af (patch) | |
tree | 2fd1b6de9a90d37d2c473ad5ef9df7fe0cbdb70e /Python/dynload_shlib.c | |
parent | 645f312bebd576c855073c4ecc06a0673614f227 (diff) | |
parent | 36d507533d39b10591431beb91102e5da812d07b (diff) | |
download | cpython-eba3adb8c547317bb259a27be2dc6b0af2f467af.tar.gz |
Merge long Japanese header fix from 3.2.
Diffstat (limited to 'Python/dynload_shlib.c')
-rw-r--r-- | Python/dynload_shlib.c | 2 |
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; |