* Removed write_link from the FS module interface. Adjusted all FS
add-ons accordingly and removed the syscall. * Removed send_notification(). * Reimplemented notify_listener(). It used the unimplemented send_notification(). Now it has a chance to work. Note that notify_listener() is obsolete. I would already have removed it, if there weren't lots of FS implementations still using it (Hint!). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,6 +54,7 @@ SYSHDRS = $(HAIKU_HDRS) ;
|
||||
fstat=build_platform_fstat
|
||||
read_pos=build_platform_read_pos
|
||||
ioctl=build_platform_ioctl
|
||||
"send_notification\\(...\\)="
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user