2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* posix/src/mprotect.c: Update comments.
This commit is contained in:
Joel Sherrill
2007-11-09 17:07:10 +00:00
parent d9bae2489a
commit 66386040c9
2 changed files with 14 additions and 0 deletions

View File

@@ -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>
* posix/Makefile.am: Add support for Ada95 interrupt tasks. This

View File

@@ -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$
*/
@@ -15,6 +22,9 @@
* 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
* 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)