From d61066fcfe7f00843c4660182ea38ba3a5e41803 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 13 Apr 2010 16:14:14 +0200 Subject: 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 --- test/API/unistd.SUSv4.syms | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 test/API/unistd.SUSv4.syms (limited to 'test/API/unistd.SUSv4.syms') diff --git a/test/API/unistd.SUSv4.syms b/test/API/unistd.SUSv4.syms new file mode 100644 index 000000000..fec630db8 --- /dev/null +++ b/test/API/unistd.SUSv4.syms @@ -0,0 +1,74 @@ +access +alarm +chdir +chown +close +confstr +dup +dup2 +_exit +execl +execle +execlp +execv +execve +execvp +faccessat +fchdir +fchown +fchownat +fexecve +fork +fpathconf +ftruncate +getcwd +getegid +geteuid +getgid +getgroups +gethostname +getlogin +getlogin_r +getopt +getpgid +getpgrp +getpid +getppid +getsid +getuid +isatty +lchown +link +linkat +lseek +pathconf +pause +pipe +pread +pwrite +read +readlink +readlinkat +rmdir +setegid +seteuid +setgid +setpgid +setsid +setuid +sleep +symlink +symlinkat +sysconf +tcgetpgrp +tcsetpgrp +truncate +ttyname +ttyname_r +unlink +unlinkat +write +optarg +opterr +optind +optopt -- cgit v1.2.3