Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser fix name of HAVE_PTHREAD_SETNAME_3



details:   https://anonhg.NetBSD.org/src/rev/a0d1af7c6354
branches:  trunk
changeset: 794672:a0d1af7c6354
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 21 16:03:35 2014 +0000

description:
fix name of HAVE_PTHREAD_SETNAME_3

diffstat:

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

diffs (20 lines):

diff -r 477dde9f92bd -r a0d1af7c6354 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Fri Mar 21 16:03:07 2014 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Fri Mar 21 16:03:35 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser_port.h,v 1.30 2014/03/21 12:28:54 pooka Exp $ */
+/*     $NetBSD: rumpuser_port.h,v 1.31 2014/03/21 16:03:35 pooka Exp $ */
 
 /*
  * Portability header for non-NetBSD platforms.
@@ -20,8 +20,8 @@
 #define PLATFORM_HAS_FSYNC_RANGE
 #define PLATFORM_HAS_NBSYSCTL
 #define PLATFORM_HAS_NBFILEHANDLE
-#ifndef HAVE_PTHREAD_SETNAME3
-#define HAVE_PTHREAD_SETNAME3
+#ifndef HAVE_PTHREAD_SETNAME_3
+#define HAVE_PTHREAD_SETNAME_3
 #endif
 
 #define PLATFORM_HAS_STRSUFTOLL



Home | Main Index | Thread Index | Old Index