[Mono-bugs] [Bug 428187] [patch] use sys/inotify.h

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 6 04:23:52 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=428187

User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=428187#c1





--- Comment #1 from Paolo Molaro <lupus at novell.com>  2008-10-06 02:23:51 MDT ---
A better change would be to keep the current code if the header file was not
installed with some simple #define at the top of the file like:
#define mono_inotify_init() syscall (__NR_inotify_init)
and
#define mono_inotify_init() inotify_init()
depending on the case and then using mono_inotify_init() later in the code.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list