Date: Thu, 9 Aug 2001 09:14:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: TIOCGWINSIZE idea In-Reply-To: <3B7189D1.14369.5D0609@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Aug 2001, Mark E. wrote: > I think a solution like the above or add the constructor attribute to > __libc_termios_init is worth considering so special treatment isn't > required. I think it's okay to initialize termios in a static constructor, but if none of the termios functions are called by the application, how are we gonna make sure termios functions, including the initializer, get linked into the executable in the first place?