summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-12 21:15:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-12 21:15:00 +0000
commitba72054c2abc25be7513cbeb386a896ac395d920 (patch)
tree5349a792c6e089ac29c0bed940ce87b3ea7d5134 /term
parent8358591235639f6c49397026c5b2d086c24ec576 (diff)
(ptyio_init): Make this a constructor function.
Diffstat (limited to 'term')
-rw-r--r--term/ptyio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term/ptyio.c b/term/ptyio.c
index 5d6e6ceb..404061eb 100644
--- a/term/ptyio.c
+++ b/term/ptyio.c
@@ -55,6 +55,7 @@ static int ptyopen;
static int nptyperopens;
+static void ptyio_init (void) __attribute__ ((constructor));
static void
ptyio_init ()
{