revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-linux / bootstrap / preboot.c
blobb4920bfa197ca37eef8c13bf155399b76d667645
1 /*
2 Copyright © 2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <unistd.h>
7 #include <syscall.h>
9 pid_t arostid;
11 void Host_PreBoot()
13 arostid = syscall(SYS_gettid);