haskell / process

Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87 stars 82 forks source link

Fix build on Solaris #274

Closed depressed-pho closed 1 year ago

depressed-pho commented 1 year ago

On Solaris, getpwuid_r(3) is only available when _POSIX_PTHREAD_SEMANTICS is defined.