summaryrefslogtreecommitdiff
path: root/sem_trywait.c
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-22 08:28:15 +0000
committerrpj <rpj>2004-11-22 08:28:15 +0000
commit91f42a2d730786fba0675fd39379ac2216b95d08 (patch)
treefbcb427a6347f46208960f87f362178337ff42b6 /sem_trywait.c
parent21a6ce96d18908790e6e7f5144dd6c4b64d4204f (diff)
Copyright update
Diffstat (limited to 'sem_trywait.c')
-rw-r--r--sem_trywait.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sem_trywait.c b/sem_trywait.c
index fbc457c..3cca62e 100644
--- a/sem_trywait.c
+++ b/sem_trywait.c
@@ -15,7 +15,7 @@
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
- * Copyright(C) 1999,2003 Pthreads-win32 contributors
+ * Copyright(C) 1999,2004 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
@@ -45,6 +45,7 @@
#include "semaphore.h"
#include "implement.h"
+#include <stdio.h>
int
sem_trywait (sem_t * sem)