libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / libroot / os / arch / arm / stack_frame.c
blob30223cbcea64348112326cde0d726e189622dec9
1 /*
2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * François Revol <revol@free.fr>
7 */
9 #include <SupportDefs.h>
11 #include <libroot_private.h>
14 void*
15 get_stack_frame(void)
17 // TODO: Implement!
18 return NULL;
22 void*
23 __arch_get_caller(void)
25 // TODO: Implement!
26 return NULL;