mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/mprotect.c: Update comments.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* posix/src/mprotect.c: Update comments.
|
||||||
|
|
||||||
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* posix/Makefile.am: Add support for Ada95 interrupt tasks. This
|
* posix/Makefile.am: Add support for Ada95 interrupt tasks. This
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
|
* COPYRIGHT (c) 1989-2007.
|
||||||
|
* On-Line Applications Research Corporation (OAR).
|
||||||
|
*
|
||||||
|
* The license and distribution terms for this file may be
|
||||||
|
* found in the file LICENSE in this distribution or at
|
||||||
|
* http://www.rtems.com/license/LICENSE.
|
||||||
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -15,6 +22,9 @@
|
|||||||
* This is not a functional version but the SPARC backend for at least
|
* This is not a functional version but the SPARC backend for at least
|
||||||
* gcc 2.8.1 plus gnat 3.13p and gcc 3.0.1 require it to be there and
|
* gcc 2.8.1 plus gnat 3.13p and gcc 3.0.1 require it to be there and
|
||||||
* return 0.
|
* return 0.
|
||||||
|
*
|
||||||
|
* As of gcc 4.2.2, the gcc SPARC backend doesn't appear to have a
|
||||||
|
* way to call this for RTEMS anymore but it doesn't hurt to leave it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int mprotect(const void *addr, size_t len, int prot)
|
int mprotect(const void *addr, size_t len, int prot)
|
||||||
|
|||||||
Reference in New Issue
Block a user