Some header work to reduce dependencies. Also fixes the debug build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-13 22:22:45 +00:00
parent 5c143f85ad
commit 97dda329ed
6 changed files with 29 additions and 21 deletions
+1
View File
@@ -74,6 +74,7 @@ status_t _user_get_thread_info(thread_id id, thread_info *info);
status_t _user_get_next_thread_info(team_id team, int32 *cookie, thread_info *info);
// ToDo: these don't belong here
struct rlimit;
int _user_getrlimit(int resource, struct rlimit * rlp);
int _user_setrlimit(int resource, const struct rlimit * rlp);