summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/mips
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2005-12-24 21:11:15 +0000
committerperry <perry@NetBSD.org>2005-12-24 21:11:15 +0000
commit4e11af46bc17850573de478d514cf2fdf8638bd7 (patch)
treec73b10dd6e35a0a7007ca003d9affeaedfcb0d9f /lib/libpthread/arch/mips
parent552b373ffa06138300a8b55dce0cef5c363aff86 (diff)
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Diffstat (limited to 'lib/libpthread/arch/mips')
-rw-r--r--lib/libpthread/arch/mips/pthread_md.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/mips/pthread_md.h b/lib/libpthread/arch/mips/pthread_md.h
index 239535967a4..3e53cfabda5 100644
--- a/lib/libpthread/arch/mips/pthread_md.h
+++ b/lib/libpthread/arch/mips/pthread_md.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_md.h,v 1.5 2004/07/03 05:10:06 simonb Exp $ */
+/* $NetBSD: pthread_md.h,v 1.6 2005/12/24 21:11:16 perry Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#ifndef _LIB_PTHREAD_MIPS_MD_H
#define _LIB_PTHREAD_MIPS_MD_H
-static __inline long
+static inline long
pthread__sp(void)
{
long ret;