haiku/headers
Axel Dörfler 4c405cbdd4 The fs interface functions should now return a "status_t" rather than an "int".
Added syscalls for, and implemented sys_create_link(), sys_remove_dir().
Implemented link(), unlink(), rmdir().
Fixed the inconsistent path buffer handling in the user|sys vfs functions; the
path buffer is now exactly SYS_MAX_PATH_LEN from userland (incl. terminating
null byte).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@748 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-13 20:39:25 +00:00
..
os The fs interface functions should now return a "status_t" rather than an "int". 2002-08-13 20:39:25 +00:00
posix The fs interface functions should now return a "status_t" rather than an "int". 2002-08-13 20:39:25 +00:00
private The fs interface functions should now return a "status_t" rather than an "int". 2002-08-13 20:39:25 +00:00
tools/cppunit Added Equals() function, which sadly I haven't tested 2002-07-24 09:30:20 +00:00