@@ -44,6 +44,7 @@ add_header(jmp_buf HDR jmp_buf.h)
4444add_header(mbstate_t HDR mbstate_t.h)
4545add_header(mode_t HDR mode_t.h)
4646add_header(mtx_t HDR mtx_t.h DEPENDS .__futex_word .__mutex_type)
47+ add_header(nfds_t HDR nfds_t.h)
4748add_header(nlink_t HDR nlink_t.h)
4849add_header(off_t HDR off_t.h)
4950add_header(once_flag HDR once_flag.h DEPENDS .__futex_word)
@@ -67,14 +68,15 @@ else()
6768endif ()
6869add_header(stack_t HDR stack_t.h DEPENDS .size_t)
6970add_header(suseconds_t HDR suseconds_t.h)
71+ add_header(struct_dirent HDR struct_dirent.h DEPENDS .ino_t .off_t)
72+ add_header(struct_f_owner_ex HDR struct_f_owner_ex.h DEPENDS .pid_t)
7073add_header(struct_flock HDR struct_flock.h DEPENDS .off_t .pid_t)
7174add_header(struct_flock64 HDR struct_flock64.h DEPENDS .off64_t .pid_t)
72- add_header(struct_f_owner_ex HDR struct_f_owner_ex.h DEPENDS .pid_t)
73- add_header(struct_timeval HDR struct_timeval.h DEPENDS .suseconds_t .time_t)
75+ add_header(struct_pollfd HDR struct_pollfd.h)
7476add_header(struct_rlimit HDR struct_rlimit.h DEPENDS .rlim_t)
75- add_header(struct_rusage HDR struct_rusage.h DEPENDS .struct_timeval)
76- add_header(struct_dirent HDR struct_dirent.h DEPENDS .ino_t .off_t)
7777add_header(struct_sched_param HDR struct_sched_param.h)
78+ add_header(struct_timeval HDR struct_timeval.h DEPENDS .suseconds_t .time_t)
79+ add_header(struct_rusage HDR struct_rusage.h DEPENDS .struct_timeval)
7880add_header(union_sigval HDR union_sigval.h)
7981add_header(siginfo_t HDR siginfo_t.h DEPENDS .union_sigval .pid_t .uid_t .clock_t)
8082add_header(sig_atomic_t HDR sig_atomic_t.h)
0 commit comments