Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Aug 2002 13:12:22 -0600
From:      "Justin T. Gibbs" <gibbs@scsiguy.com>
To:        deischen@FreeBSD.org
Cc:        stable@FreeBSD.org
Subject:   uthread_dup2.c and __sys_close
Message-ID:  <200208041912.g74JCMSY060357@aslan.scsiguy.com>

next in thread | raw e-mail | index | archive | help
I was just trying to build XFree86 from the latest cvsup'ed sources
and ran into a build error do to an unresolved reference to __sys_close
in libc_r.  I tracked this down to uthread_dup2.c which seems to have
a stray __sys_close call in it.  Changing this to _thread_sys_close(),
as is done in uthread_dup.c, appears to have cleared up the problem.
Is this a correct fix?

--
Justin

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




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