Bug 529375 - Fix TCF Agent to build with musl C library
Summary: Fix TCF Agent to build with musl C library
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.7   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-03 09:36 EST by Norbert Lange CLA
Modified: 2021-06-28 22:34 EDT (History)
0 users

See Also:


Attachments
[PATCH] linux: remove explicit uses of __ptrace_request (3.47 KB, text/plain)
2018-01-03 09:36 EST, Norbert Lange CLA
no flags Details
linux: provide canonicalize_file_name for all c libs except glibc (1.61 KB, patch)
2018-01-03 09:37 EST, Norbert Lange CLA
eugene: iplog-
Details | Diff
linux: remove explicit uses of __ptrace_request (3.47 KB, patch)
2018-01-03 09:37 EST, Norbert Lange CLA
eugene: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norbert Lange CLA 2018-01-03 09:36:02 EST
Created attachment 272103 [details]
[PATCH] linux: remove explicit uses of __ptrace_request

Hello,

I recently added TCF Agent support to Buildroot, and would liek to upstream the patched necessary to support musl.
Comment 1 Norbert Lange CLA 2018-01-03 09:37:02 EST
Created attachment 272104 [details]
linux: provide canonicalize_file_name for all c libs except glibc
Comment 2 Norbert Lange CLA 2018-01-03 09:37:37 EST
Created attachment 272105 [details]
linux: remove explicit uses of __ptrace_request
Comment 3 Eugene Tarassov CLA 2018-01-13 12:58:18 EST
Fixed.
Thanks!