Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include add clock_nanosleep



details:   https://anonhg.NetBSD.org/src/rev/20eb471f336a
branches:  trunk
changeset: 781803:20eb471f336a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 02 01:42:06 2012 +0000

description:
add clock_nanosleep

diffstat:

 include/time.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1bccfda9553c -r 20eb471f336a include/time.h
--- a/include/time.h    Mon Oct 01 20:49:30 2012 +0000
+++ b/include/time.h    Tue Oct 02 01:42:06 2012 +0000
@@ -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 @@
 #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);



Home | Main Index | Thread Index | Old Index