Commit aa4df608 authored by Guido van Rossum's avatar Guido van Rossum

Try calling getpid() from /usr/lib/libc.so instead of some other

random things.
parent 86bc1049
......@@ -7,10 +7,7 @@ import dl
from test_support import verbose
sharedlibs = [
# SunOS/Solaris
('/usr/lib/libresolv.so', 'gethostent'),
# SGI IRIX
('/usr/lib/libm.so', 'sin'),
('/usr/lib/libc.so', 'getpid'),
]
for s, func in sharedlibs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment