mirror of
https://github.com/python/cpython.git
synced 2025-12-11 03:20:01 +00:00
Added example DL for SGI IRIX.
This commit is contained in:
parent
4fdb744f53
commit
4f30aff585
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ import dl
|
||||||
sharedlibs = [
|
sharedlibs = [
|
||||||
# SunOS/Solaris
|
# SunOS/Solaris
|
||||||
('/usr/lib/libresolv.so', 'gethostent'),
|
('/usr/lib/libresolv.so', 'gethostent'),
|
||||||
|
# SGI IRIX
|
||||||
|
('/usr/lib/libm.so', 'sin'),
|
||||||
]
|
]
|
||||||
|
|
||||||
for s, func in sharedlibs:
|
for s, func in sharedlibs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue