Enable madvise on Solaris

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.3.3
    • Component/s: None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      madvise is define on Solaris in <sys/mman.h> as long as the right set of define incantations is used.

      It is also defined as caddr_t instead of void* so this will require some type casting.

      Definition:

      extern int madvise(caddr_t, size_t, int);
      

            Assignee:
            Mark Benvenuto
            Reporter:
            Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: