b401db5ca4
I had a link problem regarding prctl while CONFIG_TASK_NAME_SIZE was defined 0 and building in protected mode. Turns out in monolithic build prctl is present no matter what CONFIG_TASK_NAME_SIZE, but in protected mode build its only present if CONFIG_TASK_NAME_SIZE > 0. So, bring protected mode build in sync with the monolithic one. Signed-off-by: Michael Jung <michael.jung@secore.ly> |
||
---|---|---|
.. | ||
boardctl.h | ||
custom_file.h | ||
epoll.h | ||
eventfd.h | ||
file.h | ||
ioctl.h | ||
ipc.h | ||
memfd.h | ||
mman.h | ||
mount.h | ||
msg.h | ||
param.h | ||
poll.h | ||
prctl.h | ||
queue.h | ||
random.h | ||
resource.h | ||
select.h | ||
sendfile.h | ||
shm.h | ||
socket.h | ||
sockio.h | ||
stat.h | ||
statfs.h | ||
statvfs.h | ||
syscall_lookup.h | ||
syscall.h | ||
sysinfo.h | ||
sysmacros.h | ||
time.h | ||
timerfd.h | ||
times.h | ||
types.h | ||
uio.h | ||
un.h | ||
utsname.h | ||
vfs.h | ||
wait.h |