[RTEMS Project] #3491: Align mprotect() prototype with POSIX

RTEMS trac trac at rtems.org
Wed Aug 8 09:16:59 UTC 2018


#3491: Align mprotect() prototype with POSIX
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  defect           |     Status:  assigned
  Priority:  normal           |  Milestone:  5.1
 Component:  posix            |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+-----------------------------
 The correct prototype is:
 {{{
 int     mprotect(void *, size_t, int);
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3491>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list