summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
commit24a60ffba1893a3506a6ed15fd4b26479d966cf3 (patch)
tree5b3ead7c1110b58b6c32829c48cff79cc346121a /src/sys
parent1c9b7df133f4130f7db4038d0b034418c5867ac1 (diff)
rename non-compiled files to *.h
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/ipc/IPC_CREAT.h (renamed from src/sys/ipc/IPC_CREAT.c)0
-rw-r--r--src/sys/ipc/IPC_EXCL.h (renamed from src/sys/ipc/IPC_EXCL.c)0
-rw-r--r--src/sys/ipc/IPC_NOWAIT.h (renamed from src/sys/ipc/IPC_NOWAIT.c)0
-rw-r--r--src/sys/ipc/IPC_PRIVATE.h (renamed from src/sys/ipc/IPC_PRIVATE.c)0
-rw-r--r--src/sys/ipc/IPC_RMID.h (renamed from src/sys/ipc/IPC_RMID.c)0
-rw-r--r--src/sys/ipc/IPC_SET.h (renamed from src/sys/ipc/IPC_SET.c)0
-rw-r--r--src/sys/ipc/IPC_STAT.h (renamed from src/sys/ipc/IPC_STAT.c)0
-rw-r--r--src/sys/ipc/struct_ipc_perm.h (renamed from src/sys/ipc/struct_ipc_perm.c)0
-rw-r--r--src/sys/mman/MAP_FAILED.h (renamed from src/sys/mman/MAP_FAILED.c)0
-rw-r--r--src/sys/mman/MAP_FIXED.h (renamed from src/sys/mman/MAP_FIXED.c)0
-rw-r--r--src/sys/mman/MAP_PRIVATE.h (renamed from src/sys/mman/MAP_PRIVATE.c)0
-rw-r--r--src/sys/mman/MAP_SHARED.h (renamed from src/sys/mman/MAP_SHARED.c)0
-rw-r--r--src/sys/mman/MCL_CURRENT.h (renamed from src/sys/mman/MCL_CURRENT.c)0
-rw-r--r--src/sys/mman/MCL_FUTURE.h (renamed from src/sys/mman/MCL_FUTURE.c)0
-rw-r--r--src/sys/mman/MS_ASYNC.h (renamed from src/sys/mman/MS_ASYNC.c)0
-rw-r--r--src/sys/mman/MS_INVALIDATE.h (renamed from src/sys/mman/MS_INVALIDATE.c)0
-rw-r--r--src/sys/mman/MS_SYNC.h (renamed from src/sys/mman/MS_SYNC.c)0
-rw-r--r--src/sys/mman/PROT_EXEC.h (renamed from src/sys/mman/PROT_EXEC.c)0
-rw-r--r--src/sys/mman/PROT_NONE.h (renamed from src/sys/mman/PROT_NONE.c)0
-rw-r--r--src/sys/mman/PROT_READ.h (renamed from src/sys/mman/PROT_READ.c)0
-rw-r--r--src/sys/mman/PROT_WRITE.h (renamed from src/sys/mman/PROT_WRITE.c)0
-rw-r--r--src/sys/msg/MSG_NOERROR.h (renamed from src/sys/msg/MSG_NOERROR.c)0
-rw-r--r--src/sys/msg/msglen_t.h (renamed from src/sys/msg/msglen_t.c)0
-rw-r--r--src/sys/msg/msgqnum_t.h (renamed from src/sys/msg/msgqnum_t.c)0
-rw-r--r--src/sys/msg/struct_msqid_ds.h (renamed from src/sys/msg/struct_msqid_ds.c)0
-rw-r--r--src/sys/resource/PRIO_PGRP.h (renamed from src/sys/resource/PRIO_PGRP.c)0
-rw-r--r--src/sys/resource/PRIO_PROCESS.h (renamed from src/sys/resource/PRIO_PROCESS.c)0
-rw-r--r--src/sys/resource/PRIO_USER.h (renamed from src/sys/resource/PRIO_USER.c)0
-rw-r--r--src/sys/resource/RLIMIT_AS.h (renamed from src/sys/resource/RLIMIT_AS.c)0
-rw-r--r--src/sys/resource/RLIMIT_CORE.h (renamed from src/sys/resource/RLIMIT_CORE.c)0
-rw-r--r--src/sys/resource/RLIMIT_CPU.h (renamed from src/sys/resource/RLIMIT_CPU.c)0
-rw-r--r--src/sys/resource/RLIMIT_DATA.h (renamed from src/sys/resource/RLIMIT_DATA.c)0
-rw-r--r--src/sys/resource/RLIMIT_FSIZE.h (renamed from src/sys/resource/RLIMIT_FSIZE.c)0
-rw-r--r--src/sys/resource/RLIMIT_NOFILE.h (renamed from src/sys/resource/RLIMIT_NOFILE.c)0
-rw-r--r--src/sys/resource/RLIMIT_STACK.h (renamed from src/sys/resource/RLIMIT_STACK.c)0
-rw-r--r--src/sys/resource/RLIM_INFINITY.h (renamed from src/sys/resource/RLIM_INFINITY.c)0
-rw-r--r--src/sys/resource/RUSAGE_CHILDREN.h (renamed from src/sys/resource/RUSAGE_CHILDREN.c)0
-rw-r--r--src/sys/resource/RUSAGE_SELF.h (renamed from src/sys/resource/RUSAGE_SELF.c)0
-rw-r--r--src/sys/resource/rlim_t.h (renamed from src/sys/resource/rlim_t.c)0
-rw-r--r--src/sys/resource/struct_rlimit.h (renamed from src/sys/resource/struct_rlimit.c)0
-rw-r--r--src/sys/resource/struct_rusage.h (renamed from src/sys/resource/struct_rusage.c)0
-rw-r--r--src/sys/sem/GETALL.h (renamed from src/sys/sem/GETALL.c)0
-rw-r--r--src/sys/sem/GETNCNT.h (renamed from src/sys/sem/GETNCNT.c)0
-rw-r--r--src/sys/sem/GETPID.h (renamed from src/sys/sem/GETPID.c)0
-rw-r--r--src/sys/sem/GETVAL.h (renamed from src/sys/sem/GETVAL.c)0
-rw-r--r--src/sys/sem/GETZCNT.h (renamed from src/sys/sem/GETZCNT.c)0
-rw-r--r--src/sys/sem/SEM_UNDO.h (renamed from src/sys/sem/SEM_UNDO.c)0
-rw-r--r--src/sys/sem/SETALL.h (renamed from src/sys/sem/SETALL.c)0
-rw-r--r--src/sys/sem/SETVAL.h (renamed from src/sys/sem/SETVAL.c)0
-rw-r--r--src/sys/sem/struct_sem_anonymous.h (renamed from src/sys/sem/struct_sem_anonymous.c)0
-rw-r--r--src/sys/sem/struct_sembuf.h (renamed from src/sys/sem/struct_sembuf.c)0
-rw-r--r--src/sys/sem/struct_semid_ds.h (renamed from src/sys/sem/struct_semid_ds.c)0
-rw-r--r--src/sys/shm/SHMLBA.h (renamed from src/sys/shm/SHMLBA.c)0
-rw-r--r--src/sys/shm/SHM_RDONLY.h (renamed from src/sys/shm/SHM_RDONLY.c)0
-rw-r--r--src/sys/shm/SHM_RND.h (renamed from src/sys/shm/SHM_RND.c)0
-rw-r--r--src/sys/shm/shmatt_t.h (renamed from src/sys/shm/shmatt_t.c)0
-rw-r--r--src/sys/shm/struct_shmid_ds.h (renamed from src/sys/shm/struct_shmid_ds.c)0
-rw-r--r--src/sys/stat/S_IFBLK.h (renamed from src/sys/stat/S_IFBLK.c)0
-rw-r--r--src/sys/stat/S_IFCHR.h (renamed from src/sys/stat/S_IFCHR.c)0
-rw-r--r--src/sys/stat/S_IFDIR.h (renamed from src/sys/stat/S_IFDIR.c)0
-rw-r--r--src/sys/stat/S_IFIFO.h (renamed from src/sys/stat/S_IFIFO.c)0
-rw-r--r--src/sys/stat/S_IFLNK.h (renamed from src/sys/stat/S_IFLNK.c)0
-rw-r--r--src/sys/stat/S_IFMT.h (renamed from src/sys/stat/S_IFMT.c)0
-rw-r--r--src/sys/stat/S_IFREG.h (renamed from src/sys/stat/S_IFREG.c)0
-rw-r--r--src/sys/stat/S_IRGRP.h (renamed from src/sys/stat/S_IRGRP.c)0
-rw-r--r--src/sys/stat/S_IROTH.h (renamed from src/sys/stat/S_IROTH.c)0
-rw-r--r--src/sys/stat/S_IRUSR.h (renamed from src/sys/stat/S_IRUSR.c)0
-rw-r--r--src/sys/stat/S_IRWXG.h (renamed from src/sys/stat/S_IRWXG.c)0
-rw-r--r--src/sys/stat/S_IRWXO.h (renamed from src/sys/stat/S_IRWXO.c)0
-rw-r--r--src/sys/stat/S_IRWXU.h (renamed from src/sys/stat/S_IRWXU.c)0
-rw-r--r--src/sys/stat/S_ISBLK.h (renamed from src/sys/stat/S_ISBLK.c)0
-rw-r--r--src/sys/stat/S_ISCHR.h (renamed from src/sys/stat/S_ISCHR.c)0
-rw-r--r--src/sys/stat/S_ISDIR.h (renamed from src/sys/stat/S_ISDIR.c)0
-rw-r--r--src/sys/stat/S_ISFIFO.h (renamed from src/sys/stat/S_ISFIFO.c)0
-rw-r--r--src/sys/stat/S_ISGID.h (renamed from src/sys/stat/S_ISGID.c)0
-rw-r--r--src/sys/stat/S_ISLNK.h (renamed from src/sys/stat/S_ISLNK.c)0
-rw-r--r--src/sys/stat/S_ISREG.h (renamed from src/sys/stat/S_ISREG.c)0
-rw-r--r--src/sys/stat/S_ISUID.h (renamed from src/sys/stat/S_ISUID.c)0
-rw-r--r--src/sys/stat/S_ISVTX.h (renamed from src/sys/stat/S_ISVTX.c)0
-rw-r--r--src/sys/stat/S_IWGRP.h (renamed from src/sys/stat/S_IWGRP.c)0
-rw-r--r--src/sys/stat/S_IWOTH.h (renamed from src/sys/stat/S_IWOTH.c)0
-rw-r--r--src/sys/stat/S_IWUSR.h (renamed from src/sys/stat/S_IWUSR.c)0
-rw-r--r--src/sys/stat/S_IXGRP.h (renamed from src/sys/stat/S_IXGRP.c)0
-rw-r--r--src/sys/stat/S_IXOTH.h (renamed from src/sys/stat/S_IXOTH.c)0
-rw-r--r--src/sys/stat/S_IXUSR.h (renamed from src/sys/stat/S_IXUSR.c)0
-rw-r--r--src/sys/stat/S_TYPEISMQ.h (renamed from src/sys/stat/S_TYPEISMQ.c)0
-rw-r--r--src/sys/stat/S_TYPEISSEM.h (renamed from src/sys/stat/S_TYPEISSEM.c)0
-rw-r--r--src/sys/stat/S_TYPEISSHM.h (renamed from src/sys/stat/S_TYPEISSHM.c)0
-rw-r--r--src/sys/stat/struct_stat.h (renamed from src/sys/stat/struct_stat.c)0
-rw-r--r--src/sys/statvfs/ST_NOSUID.h (renamed from src/sys/statvfs/ST_NOSUID.c)0
-rw-r--r--src/sys/statvfs/ST_RDONLY.h (renamed from src/sys/statvfs/ST_RDONLY.c)0
-rw-r--r--src/sys/statvfs/struct_statvfs.h (renamed from src/sys/statvfs/struct_statvfs.c)0
-rw-r--r--src/sys/time/FD_CLR.h (renamed from src/sys/time/FD_CLR.c)0
-rw-r--r--src/sys/time/FD_ISSET.h (renamed from src/sys/time/FD_ISSET.c)0
-rw-r--r--src/sys/time/FD_SET.h (renamed from src/sys/time/FD_SET.c)0
-rw-r--r--src/sys/time/FD_SETSIZE.h (renamed from src/sys/time/FD_SETSIZE.c)0
-rw-r--r--src/sys/time/FD_ZERO.h (renamed from src/sys/time/FD_ZERO.c)0
-rw-r--r--src/sys/time/ITIMER_PROF.h (renamed from src/sys/time/ITIMER_PROF.c)0
-rw-r--r--src/sys/time/ITIMER_REAL.h (renamed from src/sys/time/ITIMER_REAL.c)0
-rw-r--r--src/sys/time/ITIMER_VIRTUAL.h (renamed from src/sys/time/ITIMER_VIRTUAL.c)0
-rw-r--r--src/sys/time/fd_set.h (renamed from src/sys/time/fd_set.c)0
-rw-r--r--src/sys/time/struct_itimerval.h (renamed from src/sys/time/struct_itimerval.c)0
-rw-r--r--src/sys/time/struct_timeval.h (renamed from src/sys/time/struct_timeval.c)0
-rw-r--r--src/sys/timeb/struct_timeb.h (renamed from src/sys/timeb/struct_timeb.c)0
-rw-r--r--src/sys/types/clockid_t.h (renamed from src/sys/types/clockid_t.c)0
-rw-r--r--src/sys/types/dev_t.h (renamed from src/sys/types/dev_t.c)0
-rw-r--r--src/sys/types/gid_t.h (renamed from src/sys/types/gid_t.c)0
-rw-r--r--src/sys/types/id_t.h (renamed from src/sys/types/id_t.c)0
-rw-r--r--src/sys/types/ino_t.h (renamed from src/sys/types/ino_t.c)0
-rw-r--r--src/sys/types/key_t.h (renamed from src/sys/types/key_t.c)0
-rw-r--r--src/sys/types/mode_t.h (renamed from src/sys/types/mode_t.c)0
-rw-r--r--src/sys/types/nlink_t.h (renamed from src/sys/types/nlink_t.c)0
-rw-r--r--src/sys/types/off_t.h (renamed from src/sys/types/off_t.c)0
-rw-r--r--src/sys/types/pid_t.h (renamed from src/sys/types/pid_t.c)0
-rw-r--r--src/sys/types/ssize_t.h (renamed from src/sys/types/ssize_t.c)0
-rw-r--r--src/sys/types/timer_t.h (renamed from src/sys/types/timer_t.c)0
-rw-r--r--src/sys/types/uid_t.h (renamed from src/sys/types/uid_t.c)0
-rw-r--r--src/sys/types/useconds_t.h (renamed from src/sys/types/useconds_t.c)0
-rw-r--r--src/sys/uio/struct_iovec.h (renamed from src/sys/uio/struct_iovec.c)0
-rw-r--r--src/sys/utsname/struct_utsname.h (renamed from src/sys/utsname/struct_utsname.c)0
-rw-r--r--src/sys/wait/P_ALL.h (renamed from src/sys/wait/P_ALL.c)0
-rw-r--r--src/sys/wait/P_PGID.h (renamed from src/sys/wait/P_PGID.c)0
-rw-r--r--src/sys/wait/P_PID.h (renamed from src/sys/wait/P_PID.c)0
-rw-r--r--src/sys/wait/WCONTINUED.h (renamed from src/sys/wait/WCONTINUED.c)0
-rw-r--r--src/sys/wait/WEXITED.h (renamed from src/sys/wait/WEXITED.c)0
-rw-r--r--src/sys/wait/WEXITSTATUS.h (renamed from src/sys/wait/WEXITSTATUS.c)0
-rw-r--r--src/sys/wait/WIFCONTINUED.h (renamed from src/sys/wait/WIFCONTINUED.c)0
-rw-r--r--src/sys/wait/WIFEXITED.h (renamed from src/sys/wait/WIFEXITED.c)0
-rw-r--r--src/sys/wait/WIFSIGNALED.h (renamed from src/sys/wait/WIFSIGNALED.c)0
-rw-r--r--src/sys/wait/WIFSTOPPED.h (renamed from src/sys/wait/WIFSTOPPED.c)0
-rw-r--r--src/sys/wait/WNOHANG.h (renamed from src/sys/wait/WNOHANG.c)0
-rw-r--r--src/sys/wait/WNOWAIT.h (renamed from src/sys/wait/WNOWAIT.c)0
-rw-r--r--src/sys/wait/WSTOPPED.h (renamed from src/sys/wait/WSTOPPED.c)0
-rw-r--r--src/sys/wait/WSTOPSIG.h (renamed from src/sys/wait/WSTOPSIG.c)0
-rw-r--r--src/sys/wait/WTERMSIG.h (renamed from src/sys/wait/WTERMSIG.c)0
-rw-r--r--src/sys/wait/WUNTRACED.h (renamed from src/sys/wait/WUNTRACED.c)0
-rw-r--r--src/sys/wait/idtype_t.h (renamed from src/sys/wait/idtype_t.c)0
137 files changed, 0 insertions, 0 deletions
diff --git a/src/sys/ipc/IPC_CREAT.c b/src/sys/ipc/IPC_CREAT.h
index e63584f2..e63584f2 100644
--- a/src/sys/ipc/IPC_CREAT.c
+++ b/src/sys/ipc/IPC_CREAT.h
diff --git a/src/sys/ipc/IPC_EXCL.c b/src/sys/ipc/IPC_EXCL.h
index ee7cede0..ee7cede0 100644
--- a/src/sys/ipc/IPC_EXCL.c
+++ b/src/sys/ipc/IPC_EXCL.h
diff --git a/src/sys/ipc/IPC_NOWAIT.c b/src/sys/ipc/IPC_NOWAIT.h
index 40f9982e..40f9982e 100644
--- a/src/sys/ipc/IPC_NOWAIT.c
+++ b/src/sys/ipc/IPC_NOWAIT.h
diff --git a/src/sys/ipc/IPC_PRIVATE.c b/src/sys/ipc/IPC_PRIVATE.h
index cd7dde49..cd7dde49 100644
--- a/src/sys/ipc/IPC_PRIVATE.c
+++ b/src/sys/ipc/IPC_PRIVATE.h
diff --git a/src/sys/ipc/IPC_RMID.c b/src/sys/ipc/IPC_RMID.h
index 57a3bc15..57a3bc15 100644
--- a/src/sys/ipc/IPC_RMID.c
+++ b/src/sys/ipc/IPC_RMID.h
diff --git a/src/sys/ipc/IPC_SET.c b/src/sys/ipc/IPC_SET.h
index 352ee6c2..352ee6c2 100644
--- a/src/sys/ipc/IPC_SET.c
+++ b/src/sys/ipc/IPC_SET.h
diff --git a/src/sys/ipc/IPC_STAT.c b/src/sys/ipc/IPC_STAT.h
index 68a70502..68a70502 100644
--- a/src/sys/ipc/IPC_STAT.c
+++ b/src/sys/ipc/IPC_STAT.h
diff --git a/src/sys/ipc/struct_ipc_perm.c b/src/sys/ipc/struct_ipc_perm.h
index e796d565..e796d565 100644
--- a/src/sys/ipc/struct_ipc_perm.c
+++ b/src/sys/ipc/struct_ipc_perm.h
diff --git a/src/sys/mman/MAP_FAILED.c b/src/sys/mman/MAP_FAILED.h
index 468ff528..468ff528 100644
--- a/src/sys/mman/MAP_FAILED.c
+++ b/src/sys/mman/MAP_FAILED.h
diff --git a/src/sys/mman/MAP_FIXED.c b/src/sys/mman/MAP_FIXED.h
index e53842d8..e53842d8 100644
--- a/src/sys/mman/MAP_FIXED.c
+++ b/src/sys/mman/MAP_FIXED.h
diff --git a/src/sys/mman/MAP_PRIVATE.c b/src/sys/mman/MAP_PRIVATE.h
index b6159f4f..b6159f4f 100644
--- a/src/sys/mman/MAP_PRIVATE.c
+++ b/src/sys/mman/MAP_PRIVATE.h
diff --git a/src/sys/mman/MAP_SHARED.c b/src/sys/mman/MAP_SHARED.h
index 99777c8a..99777c8a 100644
--- a/src/sys/mman/MAP_SHARED.c
+++ b/src/sys/mman/MAP_SHARED.h
diff --git a/src/sys/mman/MCL_CURRENT.c b/src/sys/mman/MCL_CURRENT.h
index 85d542ba..85d542ba 100644
--- a/src/sys/mman/MCL_CURRENT.c
+++ b/src/sys/mman/MCL_CURRENT.h
diff --git a/src/sys/mman/MCL_FUTURE.c b/src/sys/mman/MCL_FUTURE.h
index a0d70688..a0d70688 100644
--- a/src/sys/mman/MCL_FUTURE.c
+++ b/src/sys/mman/MCL_FUTURE.h
diff --git a/src/sys/mman/MS_ASYNC.c b/src/sys/mman/MS_ASYNC.h
index 2924362e..2924362e 100644
--- a/src/sys/mman/MS_ASYNC.c
+++ b/src/sys/mman/MS_ASYNC.h
diff --git a/src/sys/mman/MS_INVALIDATE.c b/src/sys/mman/MS_INVALIDATE.h
index c7f2a40c..c7f2a40c 100644
--- a/src/sys/mman/MS_INVALIDATE.c
+++ b/src/sys/mman/MS_INVALIDATE.h
diff --git a/src/sys/mman/MS_SYNC.c b/src/sys/mman/MS_SYNC.h
index 0d487618..0d487618 100644
--- a/src/sys/mman/MS_SYNC.c
+++ b/src/sys/mman/MS_SYNC.h
diff --git a/src/sys/mman/PROT_EXEC.c b/src/sys/mman/PROT_EXEC.h
index a62c13f8..a62c13f8 100644
--- a/src/sys/mman/PROT_EXEC.c
+++ b/src/sys/mman/PROT_EXEC.h
diff --git a/src/sys/mman/PROT_NONE.c b/src/sys/mman/PROT_NONE.h
index 161d8a85..161d8a85 100644
--- a/src/sys/mman/PROT_NONE.c
+++ b/src/sys/mman/PROT_NONE.h
diff --git a/src/sys/mman/PROT_READ.c b/src/sys/mman/PROT_READ.h
index 940ba1a2..940ba1a2 100644
--- a/src/sys/mman/PROT_READ.c
+++ b/src/sys/mman/PROT_READ.h
diff --git a/src/sys/mman/PROT_WRITE.c b/src/sys/mman/PROT_WRITE.h
index e1737bb0..e1737bb0 100644
--- a/src/sys/mman/PROT_WRITE.c
+++ b/src/sys/mman/PROT_WRITE.h
diff --git a/src/sys/msg/MSG_NOERROR.c b/src/sys/msg/MSG_NOERROR.h
index 8536ace4..8536ace4 100644
--- a/src/sys/msg/MSG_NOERROR.c
+++ b/src/sys/msg/MSG_NOERROR.h
diff --git a/src/sys/msg/msglen_t.c b/src/sys/msg/msglen_t.h
index 2c380168..2c380168 100644
--- a/src/sys/msg/msglen_t.c
+++ b/src/sys/msg/msglen_t.h
diff --git a/src/sys/msg/msgqnum_t.c b/src/sys/msg/msgqnum_t.h
index c14a5a4d..c14a5a4d 100644
--- a/src/sys/msg/msgqnum_t.c
+++ b/src/sys/msg/msgqnum_t.h
diff --git a/src/sys/msg/struct_msqid_ds.c b/src/sys/msg/struct_msqid_ds.h
index ac4299ff..ac4299ff 100644
--- a/src/sys/msg/struct_msqid_ds.c
+++ b/src/sys/msg/struct_msqid_ds.h
diff --git a/src/sys/resource/PRIO_PGRP.c b/src/sys/resource/PRIO_PGRP.h
index 6a9113cb..6a9113cb 100644
--- a/src/sys/resource/PRIO_PGRP.c
+++ b/src/sys/resource/PRIO_PGRP.h
diff --git a/src/sys/resource/PRIO_PROCESS.c b/src/sys/resource/PRIO_PROCESS.h
index e116327c..e116327c 100644
--- a/src/sys/resource/PRIO_PROCESS.c
+++ b/src/sys/resource/PRIO_PROCESS.h
diff --git a/src/sys/resource/PRIO_USER.c b/src/sys/resource/PRIO_USER.h
index b46156d1..b46156d1 100644
--- a/src/sys/resource/PRIO_USER.c
+++ b/src/sys/resource/PRIO_USER.h
diff --git a/src/sys/resource/RLIMIT_AS.c b/src/sys/resource/RLIMIT_AS.h
index bec93a17..bec93a17 100644
--- a/src/sys/resource/RLIMIT_AS.c
+++ b/src/sys/resource/RLIMIT_AS.h
diff --git a/src/sys/resource/RLIMIT_CORE.c b/src/sys/resource/RLIMIT_CORE.h
index e180fe51..e180fe51 100644
--- a/src/sys/resource/RLIMIT_CORE.c
+++ b/src/sys/resource/RLIMIT_CORE.h
diff --git a/src/sys/resource/RLIMIT_CPU.c b/src/sys/resource/RLIMIT_CPU.h
index 20a20df2..20a20df2 100644
--- a/src/sys/resource/RLIMIT_CPU.c
+++ b/src/sys/resource/RLIMIT_CPU.h
diff --git a/src/sys/resource/RLIMIT_DATA.c b/src/sys/resource/RLIMIT_DATA.h
index ea262458..ea262458 100644
--- a/src/sys/resource/RLIMIT_DATA.c
+++ b/src/sys/resource/RLIMIT_DATA.h
diff --git a/src/sys/resource/RLIMIT_FSIZE.c b/src/sys/resource/RLIMIT_FSIZE.h
index b80403db..b80403db 100644
--- a/src/sys/resource/RLIMIT_FSIZE.c
+++ b/src/sys/resource/RLIMIT_FSIZE.h
diff --git a/src/sys/resource/RLIMIT_NOFILE.c b/src/sys/resource/RLIMIT_NOFILE.h
index bff2cf43..bff2cf43 100644
--- a/src/sys/resource/RLIMIT_NOFILE.c
+++ b/src/sys/resource/RLIMIT_NOFILE.h
diff --git a/src/sys/resource/RLIMIT_STACK.c b/src/sys/resource/RLIMIT_STACK.h
index 30a6fff2..30a6fff2 100644
--- a/src/sys/resource/RLIMIT_STACK.c
+++ b/src/sys/resource/RLIMIT_STACK.h
diff --git a/src/sys/resource/RLIM_INFINITY.c b/src/sys/resource/RLIM_INFINITY.h
index b931084b..b931084b 100644
--- a/src/sys/resource/RLIM_INFINITY.c
+++ b/src/sys/resource/RLIM_INFINITY.h
diff --git a/src/sys/resource/RUSAGE_CHILDREN.c b/src/sys/resource/RUSAGE_CHILDREN.h
index 27bb8b04..27bb8b04 100644
--- a/src/sys/resource/RUSAGE_CHILDREN.c
+++ b/src/sys/resource/RUSAGE_CHILDREN.h
diff --git a/src/sys/resource/RUSAGE_SELF.c b/src/sys/resource/RUSAGE_SELF.h
index 3763e6d9..3763e6d9 100644
--- a/src/sys/resource/RUSAGE_SELF.c
+++ b/src/sys/resource/RUSAGE_SELF.h
diff --git a/src/sys/resource/rlim_t.c b/src/sys/resource/rlim_t.h
index d46533c7..d46533c7 100644
--- a/src/sys/resource/rlim_t.c
+++ b/src/sys/resource/rlim_t.h
diff --git a/src/sys/resource/struct_rlimit.c b/src/sys/resource/struct_rlimit.h
index b0169e1e..b0169e1e 100644
--- a/src/sys/resource/struct_rlimit.c
+++ b/src/sys/resource/struct_rlimit.h
diff --git a/src/sys/resource/struct_rusage.c b/src/sys/resource/struct_rusage.h
index 55141b1f..55141b1f 100644
--- a/src/sys/resource/struct_rusage.c
+++ b/src/sys/resource/struct_rusage.h
diff --git a/src/sys/sem/GETALL.c b/src/sys/sem/GETALL.h
index 5f9a5b5c..5f9a5b5c 100644
--- a/src/sys/sem/GETALL.c
+++ b/src/sys/sem/GETALL.h
diff --git a/src/sys/sem/GETNCNT.c b/src/sys/sem/GETNCNT.h
index be6fb265..be6fb265 100644
--- a/src/sys/sem/GETNCNT.c
+++ b/src/sys/sem/GETNCNT.h
diff --git a/src/sys/sem/GETPID.c b/src/sys/sem/GETPID.h
index 597c8f2a..597c8f2a 100644
--- a/src/sys/sem/GETPID.c
+++ b/src/sys/sem/GETPID.h
diff --git a/src/sys/sem/GETVAL.c b/src/sys/sem/GETVAL.h
index 87b9848f..87b9848f 100644
--- a/src/sys/sem/GETVAL.c
+++ b/src/sys/sem/GETVAL.h
diff --git a/src/sys/sem/GETZCNT.c b/src/sys/sem/GETZCNT.h
index 64ff5917..64ff5917 100644
--- a/src/sys/sem/GETZCNT.c
+++ b/src/sys/sem/GETZCNT.h
diff --git a/src/sys/sem/SEM_UNDO.c b/src/sys/sem/SEM_UNDO.h
index 1e660180..1e660180 100644
--- a/src/sys/sem/SEM_UNDO.c
+++ b/src/sys/sem/SEM_UNDO.h
diff --git a/src/sys/sem/SETALL.c b/src/sys/sem/SETALL.h
index a1de8524..a1de8524 100644
--- a/src/sys/sem/SETALL.c
+++ b/src/sys/sem/SETALL.h
diff --git a/src/sys/sem/SETVAL.c b/src/sys/sem/SETVAL.h
index 869e377c..869e377c 100644
--- a/src/sys/sem/SETVAL.c
+++ b/src/sys/sem/SETVAL.h
diff --git a/src/sys/sem/struct_sem_anonymous.c b/src/sys/sem/struct_sem_anonymous.h
index f4054a1d..f4054a1d 100644
--- a/src/sys/sem/struct_sem_anonymous.c
+++ b/src/sys/sem/struct_sem_anonymous.h
diff --git a/src/sys/sem/struct_sembuf.c b/src/sys/sem/struct_sembuf.h
index bc794f79..bc794f79 100644
--- a/src/sys/sem/struct_sembuf.c
+++ b/src/sys/sem/struct_sembuf.h
diff --git a/src/sys/sem/struct_semid_ds.c b/src/sys/sem/struct_semid_ds.h
index 132a2ae1..132a2ae1 100644
--- a/src/sys/sem/struct_semid_ds.c
+++ b/src/sys/sem/struct_semid_ds.h
diff --git a/src/sys/shm/SHMLBA.c b/src/sys/shm/SHMLBA.h
index e04ce941..e04ce941 100644
--- a/src/sys/shm/SHMLBA.c
+++ b/src/sys/shm/SHMLBA.h
diff --git a/src/sys/shm/SHM_RDONLY.c b/src/sys/shm/SHM_RDONLY.h
index bc1e9989..bc1e9989 100644
--- a/src/sys/shm/SHM_RDONLY.c
+++ b/src/sys/shm/SHM_RDONLY.h
diff --git a/src/sys/shm/SHM_RND.c b/src/sys/shm/SHM_RND.h
index 05ef86ec..05ef86ec 100644
--- a/src/sys/shm/SHM_RND.c
+++ b/src/sys/shm/SHM_RND.h
diff --git a/src/sys/shm/shmatt_t.c b/src/sys/shm/shmatt_t.h
index f6065dd0..f6065dd0 100644
--- a/src/sys/shm/shmatt_t.c
+++ b/src/sys/shm/shmatt_t.h
diff --git a/src/sys/shm/struct_shmid_ds.c b/src/sys/shm/struct_shmid_ds.h
index cb030d41..cb030d41 100644
--- a/src/sys/shm/struct_shmid_ds.c
+++ b/src/sys/shm/struct_shmid_ds.h
diff --git a/src/sys/stat/S_IFBLK.c b/src/sys/stat/S_IFBLK.h
index db893bff..db893bff 100644
--- a/src/sys/stat/S_IFBLK.c
+++ b/src/sys/stat/S_IFBLK.h
diff --git a/src/sys/stat/S_IFCHR.c b/src/sys/stat/S_IFCHR.h
index cedc3939..cedc3939 100644
--- a/src/sys/stat/S_IFCHR.c
+++ b/src/sys/stat/S_IFCHR.h
diff --git a/src/sys/stat/S_IFDIR.c b/src/sys/stat/S_IFDIR.h
index c72702b2..c72702b2 100644
--- a/src/sys/stat/S_IFDIR.c
+++ b/src/sys/stat/S_IFDIR.h
diff --git a/src/sys/stat/S_IFIFO.c b/src/sys/stat/S_IFIFO.h
index b67dfe4d..b67dfe4d 100644
--- a/src/sys/stat/S_IFIFO.c
+++ b/src/sys/stat/S_IFIFO.h
diff --git a/src/sys/stat/S_IFLNK.c b/src/sys/stat/S_IFLNK.h
index 8948d050..8948d050 100644
--- a/src/sys/stat/S_IFLNK.c
+++ b/src/sys/stat/S_IFLNK.h
diff --git a/src/sys/stat/S_IFMT.c b/src/sys/stat/S_IFMT.h
index 52829110..52829110 100644
--- a/src/sys/stat/S_IFMT.c
+++ b/src/sys/stat/S_IFMT.h
diff --git a/src/sys/stat/S_IFREG.c b/src/sys/stat/S_IFREG.h
index 8e7cd9db..8e7cd9db 100644
--- a/src/sys/stat/S_IFREG.c
+++ b/src/sys/stat/S_IFREG.h
diff --git a/src/sys/stat/S_IRGRP.c b/src/sys/stat/S_IRGRP.h
index 98cf739e..98cf739e 100644
--- a/src/sys/stat/S_IRGRP.c
+++ b/src/sys/stat/S_IRGRP.h
diff --git a/src/sys/stat/S_IROTH.c b/src/sys/stat/S_IROTH.h
index 006421ed..006421ed 100644
--- a/src/sys/stat/S_IROTH.c
+++ b/src/sys/stat/S_IROTH.h
diff --git a/src/sys/stat/S_IRUSR.c b/src/sys/stat/S_IRUSR.h
index 2b62f4f1..2b62f4f1 100644
--- a/src/sys/stat/S_IRUSR.c
+++ b/src/sys/stat/S_IRUSR.h
diff --git a/src/sys/stat/S_IRWXG.c b/src/sys/stat/S_IRWXG.h
index e051625e..e051625e 100644
--- a/src/sys/stat/S_IRWXG.c
+++ b/src/sys/stat/S_IRWXG.h
diff --git a/src/sys/stat/S_IRWXO.c b/src/sys/stat/S_IRWXO.h
index 82bbadb3..82bbadb3 100644
--- a/src/sys/stat/S_IRWXO.c
+++ b/src/sys/stat/S_IRWXO.h
diff --git a/src/sys/stat/S_IRWXU.c b/src/sys/stat/S_IRWXU.h
index a518680e..a518680e 100644
--- a/src/sys/stat/S_IRWXU.c
+++ b/src/sys/stat/S_IRWXU.h
diff --git a/src/sys/stat/S_ISBLK.c b/src/sys/stat/S_ISBLK.h
index 2cb951f9..2cb951f9 100644
--- a/src/sys/stat/S_ISBLK.c
+++ b/src/sys/stat/S_ISBLK.h
diff --git a/src/sys/stat/S_ISCHR.c b/src/sys/stat/S_ISCHR.h
index 91a19e27..91a19e27 100644
--- a/src/sys/stat/S_ISCHR.c
+++ b/src/sys/stat/S_ISCHR.h
diff --git a/src/sys/stat/S_ISDIR.c b/src/sys/stat/S_ISDIR.h
index b23e06bf..b23e06bf 100644
--- a/src/sys/stat/S_ISDIR.c
+++ b/src/sys/stat/S_ISDIR.h
diff --git a/src/sys/stat/S_ISFIFO.c b/src/sys/stat/S_ISFIFO.h
index 80aac6c5..80aac6c5 100644
--- a/src/sys/stat/S_ISFIFO.c
+++ b/src/sys/stat/S_ISFIFO.h
diff --git a/src/sys/stat/S_ISGID.c b/src/sys/stat/S_ISGID.h
index 55ceb105..55ceb105 100644
--- a/src/sys/stat/S_ISGID.c
+++ b/src/sys/stat/S_ISGID.h
diff --git a/src/sys/stat/S_ISLNK.c b/src/sys/stat/S_ISLNK.h
index 232bf06b..232bf06b 100644
--- a/src/sys/stat/S_ISLNK.c
+++ b/src/sys/stat/S_ISLNK.h
diff --git a/src/sys/stat/S_ISREG.c b/src/sys/stat/S_ISREG.h
index 99b470c1..99b470c1 100644
--- a/src/sys/stat/S_ISREG.c
+++ b/src/sys/stat/S_ISREG.h
diff --git a/src/sys/stat/S_ISUID.c b/src/sys/stat/S_ISUID.h
index 85295ad3..85295ad3 100644
--- a/src/sys/stat/S_ISUID.c
+++ b/src/sys/stat/S_ISUID.h
diff --git a/src/sys/stat/S_ISVTX.c b/src/sys/stat/S_ISVTX.h
index 01f0eeee..01f0eeee 100644
--- a/src/sys/stat/S_ISVTX.c
+++ b/src/sys/stat/S_ISVTX.h
diff --git a/src/sys/stat/S_IWGRP.c b/src/sys/stat/S_IWGRP.h
index c7a716e7..c7a716e7 100644
--- a/src/sys/stat/S_IWGRP.c
+++ b/src/sys/stat/S_IWGRP.h
diff --git a/src/sys/stat/S_IWOTH.c b/src/sys/stat/S_IWOTH.h
index 26e75066..26e75066 100644
--- a/src/sys/stat/S_IWOTH.c
+++ b/src/sys/stat/S_IWOTH.h
diff --git a/src/sys/stat/S_IWUSR.c b/src/sys/stat/S_IWUSR.h
index e9af1829..e9af1829 100644
--- a/src/sys/stat/S_IWUSR.c
+++ b/src/sys/stat/S_IWUSR.h
diff --git a/src/sys/stat/S_IXGRP.c b/src/sys/stat/S_IXGRP.h
index 34f44729..34f44729 100644
--- a/src/sys/stat/S_IXGRP.c
+++ b/src/sys/stat/S_IXGRP.h
diff --git a/src/sys/stat/S_IXOTH.c b/src/sys/stat/S_IXOTH.h
index 10d51686..10d51686 100644
--- a/src/sys/stat/S_IXOTH.c
+++ b/src/sys/stat/S_IXOTH.h
diff --git a/src/sys/stat/S_IXUSR.c b/src/sys/stat/S_IXUSR.h
index b4b8e494..b4b8e494 100644
--- a/src/sys/stat/S_IXUSR.c
+++ b/src/sys/stat/S_IXUSR.h
diff --git a/src/sys/stat/S_TYPEISMQ.c b/src/sys/stat/S_TYPEISMQ.h
index 064e9f6a..064e9f6a 100644
--- a/src/sys/stat/S_TYPEISMQ.c
+++ b/src/sys/stat/S_TYPEISMQ.h
diff --git a/src/sys/stat/S_TYPEISSEM.c b/src/sys/stat/S_TYPEISSEM.h
index 4fb0f690..4fb0f690 100644
--- a/src/sys/stat/S_TYPEISSEM.c
+++ b/src/sys/stat/S_TYPEISSEM.h
diff --git a/src/sys/stat/S_TYPEISSHM.c b/src/sys/stat/S_TYPEISSHM.h
index 34acc7ed..34acc7ed 100644
--- a/src/sys/stat/S_TYPEISSHM.c
+++ b/src/sys/stat/S_TYPEISSHM.h
diff --git a/src/sys/stat/struct_stat.c b/src/sys/stat/struct_stat.h
index c825e561..c825e561 100644
--- a/src/sys/stat/struct_stat.c
+++ b/src/sys/stat/struct_stat.h
diff --git a/src/sys/statvfs/ST_NOSUID.c b/src/sys/statvfs/ST_NOSUID.h
index adb95680..adb95680 100644
--- a/src/sys/statvfs/ST_NOSUID.c
+++ b/src/sys/statvfs/ST_NOSUID.h
diff --git a/src/sys/statvfs/ST_RDONLY.c b/src/sys/statvfs/ST_RDONLY.h
index a95bc7b2..a95bc7b2 100644
--- a/src/sys/statvfs/ST_RDONLY.c
+++ b/src/sys/statvfs/ST_RDONLY.h
diff --git a/src/sys/statvfs/struct_statvfs.c b/src/sys/statvfs/struct_statvfs.h
index 781a1a56..781a1a56 100644
--- a/src/sys/statvfs/struct_statvfs.c
+++ b/src/sys/statvfs/struct_statvfs.h
diff --git a/src/sys/time/FD_CLR.c b/src/sys/time/FD_CLR.h
index f2ccc825..f2ccc825 100644
--- a/src/sys/time/FD_CLR.c
+++ b/src/sys/time/FD_CLR.h
diff --git a/src/sys/time/FD_ISSET.c b/src/sys/time/FD_ISSET.h
index ee5876f9..ee5876f9 100644
--- a/src/sys/time/FD_ISSET.c
+++ b/src/sys/time/FD_ISSET.h
diff --git a/src/sys/time/FD_SET.c b/src/sys/time/FD_SET.h
index b39f3d9b..b39f3d9b 100644
--- a/src/sys/time/FD_SET.c
+++ b/src/sys/time/FD_SET.h
diff --git a/src/sys/time/FD_SETSIZE.c b/src/sys/time/FD_SETSIZE.h
index 21119138..21119138 100644
--- a/src/sys/time/FD_SETSIZE.c
+++ b/src/sys/time/FD_SETSIZE.h
diff --git a/src/sys/time/FD_ZERO.c b/src/sys/time/FD_ZERO.h
index 1e800098..1e800098 100644
--- a/src/sys/time/FD_ZERO.c
+++ b/src/sys/time/FD_ZERO.h
diff --git a/src/sys/time/ITIMER_PROF.c b/src/sys/time/ITIMER_PROF.h
index 0a0e9107..0a0e9107 100644
--- a/src/sys/time/ITIMER_PROF.c
+++ b/src/sys/time/ITIMER_PROF.h
diff --git a/src/sys/time/ITIMER_REAL.c b/src/sys/time/ITIMER_REAL.h
index f21a5f58..f21a5f58 100644
--- a/src/sys/time/ITIMER_REAL.c
+++ b/src/sys/time/ITIMER_REAL.h
diff --git a/src/sys/time/ITIMER_VIRTUAL.c b/src/sys/time/ITIMER_VIRTUAL.h
index 382cb43b..382cb43b 100644
--- a/src/sys/time/ITIMER_VIRTUAL.c
+++ b/src/sys/time/ITIMER_VIRTUAL.h
diff --git a/src/sys/time/fd_set.c b/src/sys/time/fd_set.h
index c86afcac..c86afcac 100644
--- a/src/sys/time/fd_set.c
+++ b/src/sys/time/fd_set.h
diff --git a/src/sys/time/struct_itimerval.c b/src/sys/time/struct_itimerval.h
index c19ed081..c19ed081 100644
--- a/src/sys/time/struct_itimerval.c
+++ b/src/sys/time/struct_itimerval.h
diff --git a/src/sys/time/struct_timeval.c b/src/sys/time/struct_timeval.h
index 00d1989b..00d1989b 100644
--- a/src/sys/time/struct_timeval.c
+++ b/src/sys/time/struct_timeval.h
diff --git a/src/sys/timeb/struct_timeb.c b/src/sys/timeb/struct_timeb.h
index 90ba63c3..90ba63c3 100644
--- a/src/sys/timeb/struct_timeb.c
+++ b/src/sys/timeb/struct_timeb.h
diff --git a/src/sys/types/clockid_t.c b/src/sys/types/clockid_t.h
index 7b05b621..7b05b621 100644
--- a/src/sys/types/clockid_t.c
+++ b/src/sys/types/clockid_t.h
diff --git a/src/sys/types/dev_t.c b/src/sys/types/dev_t.h
index 7adec7b6..7adec7b6 100644
--- a/src/sys/types/dev_t.c
+++ b/src/sys/types/dev_t.h
diff --git a/src/sys/types/gid_t.c b/src/sys/types/gid_t.h
index 7cee589b..7cee589b 100644
--- a/src/sys/types/gid_t.c
+++ b/src/sys/types/gid_t.h
diff --git a/src/sys/types/id_t.c b/src/sys/types/id_t.h
index 9e7990e2..9e7990e2 100644
--- a/src/sys/types/id_t.c
+++ b/src/sys/types/id_t.h
diff --git a/src/sys/types/ino_t.c b/src/sys/types/ino_t.h
index f232a979..f232a979 100644
--- a/src/sys/types/ino_t.c
+++ b/src/sys/types/ino_t.h
diff --git a/src/sys/types/key_t.c b/src/sys/types/key_t.h
index ab7bb1cc..ab7bb1cc 100644
--- a/src/sys/types/key_t.c
+++ b/src/sys/types/key_t.h
diff --git a/src/sys/types/mode_t.c b/src/sys/types/mode_t.h
index 9b68ed05..9b68ed05 100644
--- a/src/sys/types/mode_t.c
+++ b/src/sys/types/mode_t.h
diff --git a/src/sys/types/nlink_t.c b/src/sys/types/nlink_t.h
index e94c47b4..e94c47b4 100644
--- a/src/sys/types/nlink_t.c
+++ b/src/sys/types/nlink_t.h
diff --git a/src/sys/types/off_t.c b/src/sys/types/off_t.h
index 81ce371d..81ce371d 100644
--- a/src/sys/types/off_t.c
+++ b/src/sys/types/off_t.h
diff --git a/src/sys/types/pid_t.c b/src/sys/types/pid_t.h
index 91307c09..91307c09 100644
--- a/src/sys/types/pid_t.c
+++ b/src/sys/types/pid_t.h
diff --git a/src/sys/types/ssize_t.c b/src/sys/types/ssize_t.h
index 2bfdef89..2bfdef89 100644
--- a/src/sys/types/ssize_t.c
+++ b/src/sys/types/ssize_t.h
diff --git a/src/sys/types/timer_t.c b/src/sys/types/timer_t.h
index 49ca4526..49ca4526 100644
--- a/src/sys/types/timer_t.c
+++ b/src/sys/types/timer_t.h
diff --git a/src/sys/types/uid_t.c b/src/sys/types/uid_t.h
index faf47264..faf47264 100644
--- a/src/sys/types/uid_t.c
+++ b/src/sys/types/uid_t.h
diff --git a/src/sys/types/useconds_t.c b/src/sys/types/useconds_t.h
index fab0354e..fab0354e 100644
--- a/src/sys/types/useconds_t.c
+++ b/src/sys/types/useconds_t.h
diff --git a/src/sys/uio/struct_iovec.c b/src/sys/uio/struct_iovec.h
index dd275239..dd275239 100644
--- a/src/sys/uio/struct_iovec.c
+++ b/src/sys/uio/struct_iovec.h
diff --git a/src/sys/utsname/struct_utsname.c b/src/sys/utsname/struct_utsname.h
index 4b100a7a..4b100a7a 100644
--- a/src/sys/utsname/struct_utsname.c
+++ b/src/sys/utsname/struct_utsname.h
diff --git a/src/sys/wait/P_ALL.c b/src/sys/wait/P_ALL.h
index 03a16c68..03a16c68 100644
--- a/src/sys/wait/P_ALL.c
+++ b/src/sys/wait/P_ALL.h
diff --git a/src/sys/wait/P_PGID.c b/src/sys/wait/P_PGID.h
index e996d78a..e996d78a 100644
--- a/src/sys/wait/P_PGID.c
+++ b/src/sys/wait/P_PGID.h
diff --git a/src/sys/wait/P_PID.c b/src/sys/wait/P_PID.h
index 737761bb..737761bb 100644
--- a/src/sys/wait/P_PID.c
+++ b/src/sys/wait/P_PID.h
diff --git a/src/sys/wait/WCONTINUED.c b/src/sys/wait/WCONTINUED.h
index a0a2d2d9..a0a2d2d9 100644
--- a/src/sys/wait/WCONTINUED.c
+++ b/src/sys/wait/WCONTINUED.h
diff --git a/src/sys/wait/WEXITED.c b/src/sys/wait/WEXITED.h
index 1dfb7f42..1dfb7f42 100644
--- a/src/sys/wait/WEXITED.c
+++ b/src/sys/wait/WEXITED.h
diff --git a/src/sys/wait/WEXITSTATUS.c b/src/sys/wait/WEXITSTATUS.h
index 4256e805..4256e805 100644
--- a/src/sys/wait/WEXITSTATUS.c
+++ b/src/sys/wait/WEXITSTATUS.h
diff --git a/src/sys/wait/WIFCONTINUED.c b/src/sys/wait/WIFCONTINUED.h
index 4fa2f892..4fa2f892 100644
--- a/src/sys/wait/WIFCONTINUED.c
+++ b/src/sys/wait/WIFCONTINUED.h
diff --git a/src/sys/wait/WIFEXITED.c b/src/sys/wait/WIFEXITED.h
index ffaa6515..ffaa6515 100644
--- a/src/sys/wait/WIFEXITED.c
+++ b/src/sys/wait/WIFEXITED.h
diff --git a/src/sys/wait/WIFSIGNALED.c b/src/sys/wait/WIFSIGNALED.h
index 4c3305b9..4c3305b9 100644
--- a/src/sys/wait/WIFSIGNALED.c
+++ b/src/sys/wait/WIFSIGNALED.h
diff --git a/src/sys/wait/WIFSTOPPED.c b/src/sys/wait/WIFSTOPPED.h
index 860c9520..860c9520 100644
--- a/src/sys/wait/WIFSTOPPED.c
+++ b/src/sys/wait/WIFSTOPPED.h
diff --git a/src/sys/wait/WNOHANG.c b/src/sys/wait/WNOHANG.h
index e5d24eac..e5d24eac 100644
--- a/src/sys/wait/WNOHANG.c
+++ b/src/sys/wait/WNOHANG.h
diff --git a/src/sys/wait/WNOWAIT.c b/src/sys/wait/WNOWAIT.h
index 25f94a24..25f94a24 100644
--- a/src/sys/wait/WNOWAIT.c
+++ b/src/sys/wait/WNOWAIT.h
diff --git a/src/sys/wait/WSTOPPED.c b/src/sys/wait/WSTOPPED.h
index 41121d3a..41121d3a 100644
--- a/src/sys/wait/WSTOPPED.c
+++ b/src/sys/wait/WSTOPPED.h
diff --git a/src/sys/wait/WSTOPSIG.c b/src/sys/wait/WSTOPSIG.h
index 467729e4..467729e4 100644
--- a/src/sys/wait/WSTOPSIG.c
+++ b/src/sys/wait/WSTOPSIG.h
diff --git a/src/sys/wait/WTERMSIG.c b/src/sys/wait/WTERMSIG.h
index d3990ec7..d3990ec7 100644
--- a/src/sys/wait/WTERMSIG.c
+++ b/src/sys/wait/WTERMSIG.h
diff --git a/src/sys/wait/WUNTRACED.c b/src/sys/wait/WUNTRACED.h
index f8ef4ae2..f8ef4ae2 100644
--- a/src/sys/wait/WUNTRACED.c
+++ b/src/sys/wait/WUNTRACED.h
diff --git a/src/sys/wait/idtype_t.c b/src/sys/wait/idtype_t.h
index 194325b6..194325b6 100644
--- a/src/sys/wait/idtype_t.c
+++ b/src/sys/wait/idtype_t.h