As suggested by Ingo, the "subsystem" parameter is now a string. That allows

modules to use their module name directly.
Also introduced a whole range of reserved syscall functions in case we want
to add some more.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10458 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-14 17:09:06 +00:00
parent b793d2a2bc
commit dbef8d930c
3 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ struct dirent;
#endif
extern int _kern_null();
extern status_t _kern_generic_syscall(uint32 subsystem, uint32 function,
extern status_t _kern_generic_syscall(const char *subsystem, uint32 function,
void *buffer, size_t bufferSize);
extern int _kern_getrlimit(int resource, struct rlimit * rlp);