Module Name: src
Committed By: christos
Date: Tue Oct 2 01:42:07 UTC 2012
Modified Files:
src/include: time.h
Log Message:
add clock_nanosleep
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/include/time.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/time.h
diff -u src/include/time.h:1.40 src/include/time.h:1.41
--- src/include/time.h:1.40 Thu Dec 16 13:36:47 2010
+++ src/include/time.h Mon Oct 1 21:42:06 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: time.h,v 1.40 2010/12/16 18:36:47 christos Exp $ */
+/* $NetBSD: time.h,v 1.41 2012/10/02 01:42:06 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -142,6 +142,7 @@ extern int getdate_err;
#include <sys/time.h> /* XXX for struct timespec */
struct sigevent;
struct itimerspec;
+int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
#ifndef __LIBC12_SOURCE__
int clock_getres(clockid_t, struct timespec *)
__RENAME(__clock_getres50);