Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 17:36:11 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: poll and libc_r?? 
Message-ID:  <199806140936.RAA04695@spinner.netplex.com.au>
In-Reply-To: Your message of "Sat, 13 Jun 1998 20:38:42 MST." <199806140338.UAA14088@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Amancio Hasty wrote:
> 
> 
> cc -pthread -o foox foox.c
> /usr/lib/libc_r.so: undefined reference to `poll'
> 
> According to John Birrell the culprit is in a checking in to:
> libc/net/res_send.c
> 
> We don't have poll support in libc_r and according to John it will 
> be difficult to add poll support to libc_r well  at least it is not a
> quick hack.

I have a quick #ifdef for res_send.c so that it won't try to use poll()
when building as part of libc_r.

Or would it just be better to implement a libc_r poll()?

> 	Amancio

Cheers,
-Peter
--
Peter Wemm <peter@netplex.com.au>   Netplex Consulting



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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