Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-11-26 21:11:09 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-11-26 21:11:09 +0400
commitbb9d95eb38185520967c2501a878ec6719b35a0d (patch)
tree70c8c5525b97f4c011c9083a996691bc1d5079d0 /winsup/cygwin/common.din
parentd12e1c06700e47ad4e287fb58112c4bf5d898ef1 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din21
1 files changed, 21 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index c068911ae..613f9592e 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -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