Source-Changes-HG archive

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

[src/trunk]: src/include use __inline as before, otherwise "gcc -ansi" blows up



details:   https://anonhg.NetBSD.org/src/rev/c529c111b27b
branches:  trunk
changeset: 584402:c529c111b27b
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Sep 15 13:44:41 2005 +0000

description:
use __inline as before, otherwise "gcc -ansi" blows up

diffstat:

 include/signal.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cbbcb92ffd86 -r c529c111b27b include/signal.h
--- a/include/signal.h  Thu Sep 15 12:41:23 2005 +0000
+++ b/include/signal.h  Thu Sep 15 13:44:41 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.44 2005/09/13 01:44:32 christos Exp $     */
+/*     $NetBSD: signal.h,v 1.45 2005/09/15 13:44:41 drochner Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -91,7 +91,7 @@
 #define errno (*__errno())
 #endif
 #ifndef _SIGINLINE
-#define _SIGINLINE extern inline
+#define _SIGINLINE extern __inline
 #endif
 _SIGINLINE int
 sigaddset(sigset_t *set, int signo)



Home | Main Index | Thread Index | Old Index