diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-16 17:25:48 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-16 17:25:48 +0000 |
| commit | 03c41ac965df56079c04c1750c684b942e27c59a (patch) | |
| tree | 95238c07f579c78188d230f8759f0d0345b0f6ae /lib/libpthread/t_sem.c | |
| parent | 181439425f0bb490970e4e7022295f139d9988ad (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/t_sem.c')
| -rw-r--r-- | lib/libpthread/t_sem.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/t_sem.c b/lib/libpthread/t_sem.c index a4e03ae9c605..3d15eddab64b 100644 --- a/lib/libpthread/t_sem.c +++ b/lib/libpthread/t_sem.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $ */ +/* $NetBSD: t_sem.c,v 1.9 2017/01/16 16:22:22 christos Exp $ */ /* * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. @@ -86,8 +86,9 @@ #include <sys/cdefs.h> __COPYRIGHT("@(#) Copyright (c) 2008, 2010\ The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $"); +__RCSID("$NetBSD: t_sem.c,v 1.9 2017/01/16 16:22:22 christos Exp $"); +#include <sys/time.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> |
