From 66386040c9f8a05452b97facbb81b56a4b0a73c5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Nov 2007 17:07:10 +0000 Subject: 2007-11-09 Joel Sherrill * posix/src/mprotect.c: Update comments. --- cpukit/ChangeLog | 4 ++++ cpukit/posix/src/mprotect.c | 10 ++++++++++ 2 files changed, 14 insertions(+) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 344fa09a97..24ecee3e58 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-11-09 Joel Sherrill + + * posix/src/mprotect.c: Update comments. + 2007-11-09 Joel Sherrill * posix/Makefile.am: Add support for Ada95 interrupt tasks. This diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c index 60740615b5..8b5825f1ea 100644 --- a/cpukit/posix/src/mprotect.c +++ b/cpukit/posix/src/mprotect.c @@ -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) -- cgit v1.2.3