diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-13 16:14:14 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-13 16:35:41 +0200 |
commit | d61066fcfe7f00843c4660182ea38ba3a5e41803 (patch) | |
tree | 1150d6abdf8943d3da6b3b8afcd8f7affb5a109d /test/API/spawn.SUSv4.syms | |
parent | e90c33f951efc032ca23f48326343a83c0b54b10 (diff) |
test: add API test
part1; Needs improvement:
Think about a sensible way to map feature sets to the mandated syms.
Our LEGACY stuff maps to OB, OBXSI for example.
A "normal" config should satisfy the BASE (i.e. $foo.SUSv4.syms)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/API/spawn.SUSv4.syms')
-rw-r--r-- | test/API/spawn.SUSv4.syms | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/API/spawn.SUSv4.syms b/test/API/spawn.SUSv4.syms new file mode 100644 index 000000000..7481640c1 --- /dev/null +++ b/test/API/spawn.SUSv4.syms @@ -0,0 +1,17 @@ +posix_spawn +posix_spawn_file_actions_addclose +posix_spawn_file_actions_adddup2 +posix_spawn_file_actions_addopen +posix_spawn_file_actions_destroy +posix_spawn_file_actions_init +posix_spawnattr_destroy +posix_spawnattr_getflags +posix_spawnattr_getpgroup +posix_spawnattr_getsigdefault +posix_spawnattr_getsigmask +posix_spawnattr_init +posix_spawnattr_setflags +posix_spawnattr_setpgroup +posix_spawnattr_setsigdefault +posix_spawnattr_setsigmask +posix_spawnp |