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-08-02 21:04:19 +08:00
2022-07-27 00:36:49 +08:00
2022-10-15 18:34:07 +08:00
2022-01-29 01:04:23 +08:00
2022-08-24 16:58:10 +08:00
2022-10-19 21:20:35 +08:00
2022-02-20 21:58:10 +08:00
2022-10-28 02:19:26 +08:00
2022-08-09 22:13:09 +03:00
2022-07-27 00:36:49 +08:00
2022-10-26 09:11:52 +08:00
2022-03-17 09:37:15 +02:00
2022-06-03 12:50:14 +08:00
2022-07-27 00:36:49 +08:00
2022-09-05 22:27:05 +08:00
2022-04-17 23:32:05 +03:00