Move all of the files in include/libc/... down to the top level include path.
[newos.git] / include / sys / user_runtime.h
bloba9bd1f73c250ef5a2e6b44500bf58930ceb6c3aa
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Copyright 2002, Manuel J. Petit. All rights reserved.
4 ** Distributed under the terms of the NewOS License.
5 */
6 #ifndef _LIBSYS__USER_RUNTIME_H
7 #define _LIBSYS__USER_RUNTIME_H
9 #include <newos/user_runtime.h>
11 extern void _init__dlfcn(struct uspace_prog_args_t const *uspa);
13 #endif