From ba72054c2abc25be7513cbeb386a896ac395d920 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 12 Dec 1995 21:15:00 +0000 Subject: (ptyio_init): Make this a constructor function. --- term/ptyio.c | 1 + 1 file changed, 1 insertion(+) 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 () { -- cgit v1.2.3