summaryrefslogtreecommitdiff
path: root/Python/dynload_os2.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-05 14:50:08 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-05 14:50:08 +0200
commit2a6f476b0e5b71bd71bf75375238c437aecc29fc (patch)
tree02174869c38751b521334e90390d93b6dae542c2 /Python/dynload_os2.c
parent335f424e5b1274cca75ab0cc93d54c33d75dc51d (diff)
parent536f8917f7f029b39a3f59eec5e3d58707718122 (diff)
downloadcpython-2a6f476b0e5b71bd71bf75375238c437aecc29fc.tar.gz
(merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
Diffstat (limited to 'Python/dynload_os2.c')
-rw-r--r--Python/dynload_os2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c
index 101c024bbe..f7264da04c 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -15,7 +15,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = {
{0, 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;