Bug 42272

Summary: [PATCH] Fix unresolved _thread_fd_getflags symbol in -stable
Product: Base System Reporter: Joe Marcus Clarke <marcus>
Component: binAssignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-01 02:10:01 UTC
After a cvsup and buildworld of -stable Sat Aug 31 20:26:19 EDT 2002, all 
binaries linked to libc_r (-pthread) fail with the following error:

/usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol "_thread_fd_getflags"

This looks to have been caused by a mangled MFC.

Fix: This patch fixes things for me, and seems to be the way the functions are
aligned in -CURRENT.
How-To-Repeat: Try to run any threaded application on the above mentioned -stable.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-01 02:29:17 UTC
Responsible Changed
From-To: freebsd-bugs->archie

Over to archive, who last touched the libc_r code.
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2002-09-01 03:10:17 UTC
State Changed
From-To: open->closed

Should be fixed now. Thanks for the report!