Bug 3829 - 2 patches to let systemd build
Summary: 2 patches to let systemd build
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: 0.9.34
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-04 19:30 UTC by Henning Heinold
Modified: 2015-03-18 21:53 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
sync linux scheduler function (17.19 KB, patch)
2011-06-04 19:32 UTC, Henning Heinold
Details
implement execvpe (4.81 KB, patch)
2011-06-04 19:33 UTC, Henning Heinold
Details
implements execvpe (4.82 KB, patch)
2013-02-18 13:14 UTC, Henning Heinold
Details

Note You need to log in before you can comment on or make changes to this bug.
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!