headers/kernel: Move B_WAIT_TILL_LOADED to a syscall header.

It is only used as an argument to _kern_load_image directly, not to
any of the load_image functions in image.h, so it belongs in a syscall-
specific header like other such constants.

No functional change intended.
This commit is contained in:
Augustin Cavalier
2019-02-01 19:45:56 -05:00
parent 04b9fbfdfa
commit 475172337b
7 changed files with 26 additions and 13 deletions
+1
View File
@@ -17,6 +17,7 @@
#include <libroot_private.h>
#include <syscalls.h>
#include <syscall_load_image.h>
extern const char* __progname;