summaryrefslogtreecommitdiff
path: root/semaphore.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-01-03 16:41:14 +0000
committerrpj <rpj>1999-01-03 16:41:14 +0000
commit5ab9f5892826bb1c4e45b4dcb2692d4eb2f813f1 (patch)
tree055390c239a2f7cefdde4360a5f0f0096be19930 /semaphore.h
parent63d8161801576f3acd5169b472946f4a687c4728 (diff)
Mon Jan 4 11:23:40 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>bossom-merge-99-01-04bossom-merge-98-12-08
* 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.
Diffstat (limited to 'semaphore.h')
-rw-r--r--semaphore.h13
1 files changed, 0 insertions, 13 deletions
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 )