From owner-cvs-lib Thu Jun 11 19:23:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06397 for cvs-lib-outgoing; Thu, 11 Jun 1998 19:23:51 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06069; Thu, 11 Jun 1998 19:21:51 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18336; Thu, 11 Jun 1998 19:21:29 -0700 (PDT) Date: Thu, 11 Jun 1998 19:21:29 -0700 (PDT) Message-Id: <199806120221.TAA18336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/06/11 19:21:29 PDT Modified files: lib/libc_r Makefile Log: Add poll to the list of hidden syscalls so that it gets renamed. This propagates a bug (that there is no poll wrapper in libc_r), but it prevents GNU configure scripts from trying to use it in preference to select. libc_r really needs to change it's wait interface to use poll instead of select because poll is more a superset of select that the other way around. This should allow the Roxen web server to work out-of-the-box. It's configuration intercae is kinda neat. The code isn't. Shiver. 8-) Revision Changes Path 1.12 +2 -2 src/lib/libc_r/Makefile