mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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 = [
|
||||
# SunOS/Solaris
|
||||
('/usr/lib/libresolv.so', 'gethostent'),
|
||||
# SGI IRIX
|
||||
('/usr/lib/libm.so', 'sin'),
|
||||
]
|
||||
|
||||
for s, func in sharedlibs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue