Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 1998 19:21:29 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r Makefile
Message-ID:  <199806120221.TAA18336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806120221.TAA18336>