Subversion Repositories HelenOS

Rev

Rev 2125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2125 Rev 2126
Line 37... Line 37...
37
 * This file provides architecture independent binding
37
 * This file provides architecture independent binding
38
 * functions which are needed to link with libobjc run-time
38
 * functions which are needed to link with libobjc run-time
39
 * library. Many of the functions are just dummy.
39
 * library. Many of the functions are just dummy.
40
 */
40
 */
41
 
41
 
42
#include <lib/objc.h>
42
#include <lib/objc_ext.h>
43
#include <panic.h>
43
#include <panic.h>
44
#include <arch/memstr.h>
44
#include <arch/memstr.h>
45
#include <mm/slab.h>
45
#include <mm/slab.h>
46
 
46
 
47
void *stderr;
47
void *stderr;