Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!compuram!pgd From: pgd@bbt.se (P.Garbha) Newsgroups: comp.unix.xenix Subject: select() system call in the terminfo library Message-ID: <1990Jun10.091602.18457@bbt.se> Date: 10 Jun 90 09:16:02 GMT Organization: The Bhaktivedanta Book Trust Lines: 14 In the Xenix 2.3.1 /lib/386/Slibtinfo.a library the select() system call is disabled, by including a routine like: select() { return -1; } I find that very strange, since there exist a select() system call in the kernel (but not in any lib*). What could ever be the reason to make this dummy routine? If a program using the select() system call is ported to Xenix, wouldn't you rather get an "undefined" error message, than a broken program?