Michael Jung b401db5ca4 prctl syscall is present unconditionally
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>
2022-11-09 01:21:16 +08:00
..
2022-06-09 18:19:48 +03:00
2022-08-09 22:13:09 +03:00
2021-11-24 22:49:09 -06:00
2021-07-03 13:09:52 -05:00
2021-11-28 23:31:16 +01:00
2022-02-08 10:27:38 +08:00
2021-07-21 13:11:54 -03:00
2022-04-28 13:40:25 +08:00