Added example DL for SGI IRIX.

This commit is contained in:
Guido van Rossum 1996-12-20 03:13:36 +00:00
parent 4fdb744f53
commit 4f30aff585
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
sharedlibs = [
# SunOS/Solaris
('/usr/lib/libresolv.so', 'gethostent'),
# SGI IRIX
('/usr/lib/libm.so', 'sin'),
]
for s, func in sharedlibs: