fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,7 +59,7 @@ extern bool kernel_startup;
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
status_t shutdown(bool reboot);
|
||||
status_t system_shutdown(bool reboot);
|
||||
status_t _user_shutdown(bool reboot);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user