From 115fb761dc2b2be70de70c80d2c5c88370bec963 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Dec 2007 17:37:12 +0000 Subject: 2007-12-14 Joel Sherrill * posix/src/sleep.c, posix/src/usleep.c: Add copyright header. * rtems/src/ratemonreportstatistics.c, rtems/src/timerserver.c: Minor cleanup to improve testability and eliminate dead code. --- cpukit/posix/src/usleep.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/src/usleep.c') diff --git a/cpukit/posix/src/usleep.c b/cpukit/posix/src/usleep.c index af09f2cdc8..67abc438a6 100644 --- a/cpukit/posix/src/usleep.c +++ b/cpukit/posix/src/usleep.c @@ -1,5 +1,12 @@ /* - * XXX 3.4.3 Delay Process Execution, P1003.1b-1993, p. 81 + * 3.4.3 Delay Process Execution, P1003.1b-1993, p. 81 + * + * 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$ */ -- cgit v1.2.3