diff options
| author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 21:14:26 +0800 |
|---|---|---|
| committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 21:14:26 +0800 |
| commit | 5116efa1caf61d93ecabc82160f3cf1d3f515bb3 (patch) | |
| tree | 0cc23ef0f0ffbab0bd125a41242806e8fc58a51c /Python/dynload_shlib.c | |
| parent | 1aa611b27b5c6aca69579e7e873bb2ddddb1a2fc (diff) | |
| parent | 75dec45567f0585bd2360c241525284972ce8e4a (diff) | |
| download | cpython-5116efa1caf61d93ecabc82160f3cf1d3f515bb3.tar.gz | |
merge 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; |
