diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-10 19:40:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-10 19:40:51 +0000 |
commit | 986d5b7cbcd872646fe1efd43fd0baf7973682f1 (patch) | |
tree | e8c87a6a483290693a6c8579ae09d0f4c984b007 | |
parent | 97714b8e41f7539a67d6da56f1d926b683dc8351 (diff) | |
download | skalibs-986d5b7cbcd872646fe1efd43fd0baf7973682f1.tar.xz |
Fix posix_spawn() autodetection (it can be in librt)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ EOF choose cl openat OPENAT 'openat()' choose cl linkat LINKAT 'linkat()' choose clr pipe2 PIPE2 'pipe2()' - choose cl posixspawn POSIXSPAWN 'posix_spawn()' + choose cl posixspawn POSIXSPAWN 'posix_spawn()' $rt_lib choose clr ppoll PPOLL 'ppoll()' choose cl revoke REVOKE 'revoke()' choose cl sendfile SENDFILE 'sendfile()' |