From 5ab9f5892826bb1c4e45b4dcb2692d4eb2f813f1 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 3 Jan 1999 16:41:14 +0000 Subject: Mon Jan 4 11:23:40 1999 Ross Johnson * all: No code changes, just cleanup. - remove #if 0 /* Pre Bossom */ enclosed code. - Remove some redundant #includes. * pthread.h: Update implemented/unimplemented routines list. * Tag the bossom merge branch getting ready to merge back to main trunk. --- semaphore.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'semaphore.h') diff --git a/semaphore.h b/semaphore.h index 7b9d352..5eeaf3c 100644 --- a/semaphore.h +++ b/semaphore.h @@ -1,8 +1,6 @@ /* * ------------------------------------------------------------- * - * $Header: /cvs/pthreads-win32/pthreads/semaphore.h,v 1.1.2.1 1998/12/28 23:01:15 rpj Exp $ - * * Module: semaphore.h * * Purpose: @@ -22,17 +20,6 @@ * instead of -1 for failure when checking the status of * these functions. * - * Disclaimer: - * This software is provided "as is". - * - * The author makes no warranty or representation, either - * express or implied, with respect to this software, its - * quality, performance, merchantability, or fitness for a - * particular purpose. In no event will the author be - * liable for direct, indirect, special, incidental, or - * consequential damages arising out of the use or inability - * to use the software. - * * ------------------------------------------------------------- */ #if !defined( SEMAPHORE_H ) -- cgit v1.2.3