summaryrefslogtreecommitdiffstats
path: root/lib/libedit/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/sig.h')
-rw-r--r--lib/libedit/sig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libedit/sig.h b/lib/libedit/sig.h
index 6c1260d..8773ddc 100644
--- a/lib/libedit/sig.h
+++ b/lib/libedit/sig.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* @(#)sig.h 8.1 (Berkeley) 6/4/93
- * $NetBSD: sig.h,v 1.5 2003/08/07 16:44:33 agc Exp $
+ * $NetBSD: sig.h,v 1.7 2009/02/15 21:25:01 christos Exp $
* $FreeBSD$
*/
@@ -61,7 +61,6 @@
typedef struct {
struct sigaction sig_action[ALLSIGSNO];
sigset_t sig_set;
- volatile sig_atomic_t sig_no;
} *el_signal_t;
protected void sig_end(EditLine*);
OpenPOWER on IntegriCloud