options/{posix,linux}: move poll.h to posix

This commit is contained in:
Geert Custers 2021-07-21 15:07:26 +00:00
parent 131f39eb86
commit 2d46b3fb7d
4 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,6 @@ if not no_headers
'include/malloc.h',
'include/memory.h',
'include/mntent.h',
'include/poll.h',
'include/pty.h',
'include/utmp.h',
'include/utmpx.h',
@ -58,7 +57,6 @@ if not no_headers
'include/sys/timerfd.h',
'include/sys/eventfd.h',
'include/sys/reboot.h',
'include/sys/poll.h',
subdir: 'sys'
)
endif

View file

@ -74,6 +74,7 @@ if not no_headers
'include/nl_types.h',
'include/pthread.h',
'include/pwd.h',
'include/poll.h',
'include/regex.h',
'include/sched.h',
'include/search.h',
@ -107,6 +108,7 @@ if not no_headers
'include/sys/mman.h',
'include/sys/msg.h',
'include/sys/param.h',
'include/sys/poll.h',
'include/sys/resource.h',
'include/sys/select.h',
'include/sys/sem.h',