summaryrefslogtreecommitdiff
path: root/lib/setenv.c
AgeCommit message (Collapse)AuthorFiles
2001-04-16 To get things to compile on Solaris, change configure to checkAlain Magloire1
for -lpthread since in libc the thread functions are defined but all return ENOSYS, you need to explicitely link with -lphtread. the ctype functions is*() arguments should be explicitely cast since Solaris use them as indexes. __REENTRANT as to be define if compile with support for threads. Never realize this but setenv() is a BSD/GNU thing, so took a variant from libiberty to cope.

Return to:

Send suggestions and report system problems to the System administrator.