* common.din: Export posix_spawn[...] functions.
* exec.cc (execve): Add EXPORT_ALIAS _execve. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * posix.sgml (std-susv4): Add posix_spawn[...] here. (std-notimpl): Drop here.
This commit is contained in:
@@ -775,6 +775,27 @@ posix_fallocate SIGFE
|
||||
posix_madvise SIGFE
|
||||
posix_memalign SIGFE
|
||||
posix_openpt SIGFE
|
||||
posix_spawn SIGFE
|
||||
posix_spawnattr_destroy SIGFE
|
||||
posix_spawnattr_init SIGFE
|
||||
posix_spawnattr_getflags NOSIGFE
|
||||
posix_spawnattr_getpgroup NOSIGFE
|
||||
posix_spawnattr_getschedparam NOSIGFE
|
||||
posix_spawnattr_getschedpolicy NOSIGFE
|
||||
posix_spawnattr_getsigdefault NOSIGFE
|
||||
posix_spawnattr_getsigmask NOSIGFE
|
||||
posix_spawnattr_setflags NOSIGFE
|
||||
posix_spawnattr_setpgroup NOSIGFE
|
||||
posix_spawnattr_setschedparam NOSIGFE
|
||||
posix_spawnattr_setschedpolicy NOSIGFE
|
||||
posix_spawnattr_setsigdefault NOSIGFE
|
||||
posix_spawnattr_setsigmask NOSIGFE
|
||||
posix_spawnp SIGFE
|
||||
posix_spawn_file_actions_destroy SIGFE
|
||||
posix_spawn_file_actions_init SIGFE
|
||||
posix_spawn_file_actions_addclose SIGFE
|
||||
posix_spawn_file_actions_adddup2 SIGFE
|
||||
posix_spawn_file_actions_addopen SIGFE
|
||||
pow NOSIGFE
|
||||
pow10 NOSIGFE
|
||||
pow10f NOSIGFE
|
||||
|
Reference in New Issue
Block a user