Bug 8141 - Pthreads multiple definition
Summary: Pthreads multiple definition
Status: NEW
Alias: None
Product: uClibc
Classification: Unclassified
Component: Threads (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 03:47 UTC by Tatsuyuki Ishi
Modified: 2015-05-31 03:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuyuki Ishi 2015-05-31 03:47:56 UTC
setresuid.c:(.text+0x0): multiple definition of `setresuid'
setresgid.c:(.text+0x0): multiple definition of `setresgid'
Actually, we need to empty the 2 files to successfully link (at least staticlly).