Date: Fri, 16 Oct 1998 22:06:01 +0400 (MSD) From: butenko@stalker.com To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/8343: the "poll()" function is absent in threaded libs Message-ID: <199810161806.WAA04730@gw-msu.gamma.ru>
next in thread | raw e-mail | index | archive | help
>Number: 8343 >Category: kern >Synopsis: the "poll()" function is absent in threaded libs >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 16 11:10:01 PDT 1998 >Last-Modified: >Originator: Vladimir Butenko >Organization: Stalker Software, Inc >Release: FreeBSD 3.0-19980804-SNAP i386 >Environment: >Description: When using the "poll()" function in multithreaded programs, compilations finish fine, but attemps to build the programs fail with the following diagnostics: ../sources/Foundation/STSockets.cpp:242: Undefined symbol `_poll' referenced fro m text segment gmake: *** [CGServer] Error 1 Also, it would be fine if can implement the pwrite/pread functions: without them, a multithreaded application has to use an additional mutex for every shared FD, so it can correctly use the lseek/write lseek/read operatations. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810161806.WAA04730>