use the spinlock_t header, and add the stubs to the kernel
[AROS.git] / test / library / getchildvalue.c
blob4e878defc39608d453b184e74eb1c549165eb1d7
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /*
7 * This is part of userel.library to check if it can access global variable
8 * defined in pertask.library.
9 */
11 #include "pertaskvalue.h"
13 int GetChildValue(void)
15 return pertaskvalue;