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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 21 12:39:30 EDT 2008


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


           Summary: [patch] use sys/inotify.h
           Product: Mono: Runtime
           Version: SVN
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: patch
          Severity: Minor
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bunk at stusta.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=240747)
 --> (https://bugzilla.novell.com/attachment.cgi?id=240747)
patch

Some time ago glibc did not yet have inotify support, which forced several
applications (including mono) to ship their own copy of the required headers.

Especially considering that this also requires updating the syscall numbers
each time a new architecture wants to get supported it's the best to instead
switch to #include <sys/inotify.h> now.


-- 
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