Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/include Provide sig_atomic_t.



details:   https://anonhg.NetBSD.org/src/rev/cc74b2d2ab80
branches:  trunk
changeset: 783523:cc74b2d2ab80
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Dec 27 08:22:36 2012 +0000

description:
Provide sig_atomic_t.

diffstat:

 sys/arch/ia64/include/signal.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r fcb607112911 -r cc74b2d2ab80 sys/arch/ia64/include/signal.h
--- a/sys/arch/ia64/include/signal.h    Thu Dec 27 08:07:36 2012 +0000
+++ b/sys/arch/ia64/include/signal.h    Thu Dec 27 08:22:36 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.1 2006/04/07 14:21:18 cherry Exp $        */
+/*     $NetBSD: signal.h,v 1.2 2012/12/27 08:22:36 martin Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -34,4 +34,6 @@
 #ifndef _IA64_SIGNAL_H_
 #define _IA64_SIGNAL_H_
 
+typedef long   sig_atomic_t;
+
 #endif /* !_IA64_SIGNAL_H_ */



Home | Main Index | Thread Index | Old Index