diff options
| author | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
| commit | 4e11af46bc17850573de478d514cf2fdf8638bd7 (patch) | |
| tree | c73b10dd6e35a0a7007ca003d9affeaedfcb0d9f /lib/libpthread/arch/alpha | |
| parent | 552b373ffa06138300a8b55dce0cef5c363aff86 (diff) | |
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Diffstat (limited to 'lib/libpthread/arch/alpha')
| -rw-r--r-- | lib/libpthread/arch/alpha/pthread_md.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/alpha/pthread_md.h b/lib/libpthread/arch/alpha/pthread_md.h index 1bfaa4b3422..8e2d3c74af9 100644 --- a/lib/libpthread/arch/alpha/pthread_md.h +++ b/lib/libpthread/arch/alpha/pthread_md.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_md.h,v 1.2 2003/01/18 10:34:17 thorpej Exp $ */ +/* $NetBSD: pthread_md.h,v 1.3 2005/12/24 21:11:16 perry Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ #ifndef _LIB_PTHREAD_ALPHA_MD_H #define _LIB_PTHREAD_ALPHA_MD_H -static __inline long +static inline long pthread__sp(void) { long ret; |
