Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser update for NetBSD-current having clock_nanos...



details:   https://anonhg.NetBSD.org/src/rev/9112c4edb176
branches:  trunk
changeset: 333461:9112c4edb176
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Nov 05 01:15:58 2014 +0000

description:
update for NetBSD-current having clock_nanosleep

diffstat:

 lib/librumpuser/rumpuser_port.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a5bb011e2c14 -r 9112c4edb176 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Wed Nov 05 01:07:26 2014 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Wed Nov 05 01:15:58 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser_port.h,v 1.37 2014/11/04 19:05:17 pooka Exp $ */
+/*     $NetBSD: rumpuser_port.h,v 1.38 2014/11/05 01:15:58 pooka Exp $ */
 
 #ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
 #define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -16,6 +16,7 @@
 #define HAVE_CHFLAGS 1
 #define HAVE_CLOCKID_T 1
 #define HAVE_CLOCK_GETTIME 1
+#define HAVE_CLOCK_NANOSLEEP 1
 #define HAVE_DLINFO 1
 #define HAVE_FSYNC_RANGE 1
 #define HAVE_GETENV_R 1



Home | Main Index | Thread Index | Old Index