diff options
author | Zack Weinberg <zackw@panix.com> | 2017-06-08 15:39:03 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-06-08 15:39:03 -0400 |
commit | 5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 (patch) | |
tree | 4470480d904b65cf14ca524f96f79eca818c3eaf /conform/data/sys/wait.h-data | |
parent | 199fc19d3aaaf57944ef036e15904febe877fc93 (diff) | |
download | glibc-zack/build-layout-experiment.tar glibc-zack/build-layout-experiment.tar.gz glibc-zack/build-layout-experiment.tar.bz2 glibc-zack/build-layout-experiment.zip |
Prepare for radical source tree reorganization.zack/build-layout-experiment
All top-level files and directories are moved into a temporary storage
directory, REORG.TODO, except for files that will certainly still
exist in their current form at top level when we're done (COPYING,
COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which
are moved to the new directory OldChangeLogs, instead), and the
generated file INSTALL (which is just deleted; in the new order, there
will be no generated files checked into version control).
Diffstat (limited to 'conform/data/sys/wait.h-data')
-rw-r--r-- | conform/data/sys/wait.h-data | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data deleted file mode 100644 index 74a062e90c..0000000000 --- a/conform/data/sys/wait.h-data +++ /dev/null @@ -1,88 +0,0 @@ -#if !defined ISO && !defined ISO99 && !defined ISO11 -#ifdef POSIX -# define pid_t __pid_t -#endif - -constant WNOHANG -constant WUNTRACED - -macro WEXITSTATUS -# if !defined POSIX && !defined POSIX2008 -macro WIFCONTINUED -# endif -macro WIFEXITED -macro WIFSIGNALED -macro WIFSTOPPED -macro WSTOPSIG -macro WTERMSIG - -# ifndef POSIX -constant WEXITED -constant WSTOPPED -# ifndef POSIX2008 -constant WCONTINUED -# endif -constant WNOHANG -constant WNOWAIT -# endif - -#if !defined POSIX -type idtype_t - -constant P_ALL -constant P_PID -constant P_PGID - -type id_t - -type siginfo_t - -element siginfo_t int si_signo -element siginfo_t int si_errno -element siginfo_t int si_code -element siginfo_t pid_t si_pid -element siginfo_t uid_t si_uid -element siginfo_t {void*} si_addr -element siginfo_t int si_status -element siginfo_t long si_band -element siginfo_t {union sigval} si_value -#endif - -#if !defined POSIX && !defined XPG4 && !defined XOPEN2K8 && !defined POSIX2008 -type {struct rusage} - -element {struct rusage} {struct timeval} ru_utime -element {struct rusage} {struct timeval} ru_stime -#endif - -#if !defined POSIX -type pid_t -#endif - -function pid_t wait (int*) -#if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 -function pid_t wait3 (int*, int, struct rusage*) -#endif -#if !defined POSIX -function int waitid (idtype_t, id_t, siginfo_t*, int) -#endif -function pid_t waitpid (pid_t, int*, int) - -#if !defined POSIX -allow-header signal.h -allow-header sys/resource.h - -allow si_* -allow W* -allow P_* -allow BUS_ -allow CLD_ -allow FPE_ -allow ILL_ -allow POLL_ -allow SEGV_ -allow SI_ -allow TRAP_ -#endif -allow *_t -#endif |