Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Make pendingsigs forward declaration match the defini...



details:   https://anonhg.NetBSD.org/src/rev/a71f7feabef1
branches:  trunk
changeset: 446380:a71f7feabef1
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 03 10:53:29 2018 +0000

description:
Make pendingsigs forward declaration match the definition.

diffstat:

 bin/sh/trap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a04efe92e326 -r a71f7feabef1 bin/sh/trap.h
--- a/bin/sh/trap.h     Mon Dec 03 06:43:19 2018 +0000
+++ b/bin/sh/trap.h     Mon Dec 03 10:53:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.h,v 1.24 2018/12/03 06:43:19 kre Exp $    */
+/*     $NetBSD: trap.h,v 1.25 2018/12/03 10:53:29 martin Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -34,7 +34,7 @@
  *     @(#)trap.h      8.3 (Berkeley) 6/5/95
  */
 
-extern volatile int pendingsigs;
+extern volatile sig_atomic_t pendingsigs;
 
 extern int traps_invalid;
 



Home | Main Index | Thread Index | Old Index