summaryrefslogtreecommitdiff
path: root/posix/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'posix/Versions')
-rw-r--r--posix/Versions12
1 files changed, 12 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index da7c479ffb..92c51b5e33 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -92,4 +92,16 @@ libc {
# For the cancelation wrappers.
__libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
}
+ GLIBC_2.2 {
+ # p*
+ posix_spawn_file_actions_init; posix_spawn_file_actions_destroy;
+ posix_spawn_file_actions_addclose; posix_spawn_file_actions_addopen;
+ posix_spawn_file_actions_adddup2;
+ posix_spawnattr_init; posix_spawnattr_destroy;
+ posix_spawnattr_getdefault; posix_spawnattr_setdefault;
+ posix_spawnattr_getflags; posix_spawnattr_setflags;
+ posix_spawnattr_getpgroup; posix_spawnattr_setpgroup;
+ posix_spawnattr_setsigmask; posix_spawnattr_getsigmask;
+ posix_spawn; posix_spawnp;
+ }
}