Try calling getpid() from /usr/lib/libc.so instead of some other
random things.
This commit is contained in:
parent
c9f8f1467e
commit
a6ed2254e1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue