Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libpthread PR/51889: Ngie Cooper: add sys/time.h
details: https://anonhg.NetBSD.org/src/rev/66bba1c32bc4
branches: trunk
changeset: 350691:66bba1c32bc4
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 16 16:22:22 2017 +0000
description:
PR/51889: Ngie Cooper: add sys/time.h
diffstat:
tests/lib/libpthread/t_sem.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 568175dd172e -r 66bba1c32bc4 tests/lib/libpthread/t_sem.c
--- a/tests/lib/libpthread/t_sem.c Mon Jan 16 15:46:19 2017 +0000
+++ b/tests/lib/libpthread/t_sem.c Mon Jan 16 16:22:22 2017 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index