Bug 3829

Summary: 2 patches to let systemd build
Product: uClibc Reporter: Henning Heinold <heinold>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: 0.9.34   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: sync linux scheduler function
implement execvpe
implements execvpe

Description Henning Heinold 2011-06-04 19:30:57 UTC
Hi,

here are 2 patches, which are needed to compile und run systemd.

With activating the unshare function again, there problems with tk,
because of wchar.h the scheduler headers are dragged in and clashes
with a internal function of tk. But these function is really used.
So a rename inside tk is enough.

Bye Henning
Comment 1 Henning Heinold 2011-06-04 19:32:39 UTC
Created attachment 3361 [details]
sync linux scheduler function
Comment 2 Henning Heinold 2011-06-04 19:33:05 UTC
Created attachment 3367 [details]
implement execvpe
Comment 3 Henning Heinold 2013-02-18 13:12:30 UTC
Comment on attachment 3367 [details]
implement execvpe

copyright not right
Comment 4 Henning Heinold 2013-02-18 13:14:18 UTC
Created attachment 4754 [details]
implements execvpe
Comment 5 Bernhard Reutner-Fischer 2015-03-18 21:53:16 UTC
These were applied to master a while ago.

Thanks!