Added prototypes for the sys_/user_ attribute calls.
Changed the file_descriptor structure (more status_t, name removed). Changed "extern inline" to "static inline" in thread.h/arch_thread.h as those also work with -O0 -g. Added prototypes for [arch_cpu_]user_strlcpy(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1454 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,6 +41,7 @@ void arch_cpu_global_TLB_invalidate(void);
|
||||
int arch_cpu_user_memcpy(void *to, const void *from, size_t size, addr *fault_handler);
|
||||
int arch_cpu_user_strcpy(char *to, const char *from, addr *fault_handler);
|
||||
int arch_cpu_user_strncpy(char *to, const char *from, size_t size, addr *fault_handler);
|
||||
int arch_cpu_user_strlcpy(char *to, const char *from, size_t size, addr *fault_handler);
|
||||
int arch_cpu_user_memset(void *s, char c, size_t count, addr *fault_handler);
|
||||
|
||||
void arch_cpu_idle(void);
|
||||
|
||||
Reference in New Issue
Block a user