Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread add argsused
details: https://anonhg.NetBSD.org/src/rev/fdb0b974bc26
branches: trunk
changeset: 782697:fdb0b974bc26
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 14 23:25:05 2012 +0000
description:
add argsused
diffstat:
lib/libpthread/pthread.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 345f97232efd -r fdb0b974bc26 lib/libpthread/pthread.c
--- a/lib/libpthread/pthread.c Wed Nov 14 23:16:18 2012 +0000
+++ b/lib/libpthread/pthread.c Wed Nov 14 23:25:05 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread.c,v 1.140 2012/11/06 09:03:03 apb Exp $ */
+/* $NetBSD: pthread.c,v 1.141 2012/11/14 23:25:05 christos Exp $ */
/*-
* Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread.c,v 1.140 2012/11/06 09:03:03 apb Exp $");
+__RCSID("$NetBSD: pthread.c,v 1.141 2012/11/14 23:25:05 christos Exp $");
#define __EXPOSE_STACK 1
@@ -1303,6 +1303,7 @@
}
static signed int
+/*ARGSUSED*/
pthread__cmp(void *ctx, const void *n1, const void *n2)
{
const uintptr_t p1 = (const uintptr_t)n1;
Home |
Main Index |
Thread Index |
Old Index