diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-14 10:31:45 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-14 10:41:20 +0300 |
commit | 224118a61689b5c5b0ccf4588a74b6a47611f040 (patch) | |
tree | 663df6b16f6595afed3b498f18a313a18791859e /main/musl/ldconfig | |
parent | d648f949e0de07cd3f1dd39816c7cade4aecd148 (diff) | |
download | aports-224118a61689b5c5b0ccf4588a74b6a47611f040.tar.bz2 aports-224118a61689b5c5b0ccf4588a74b6a47611f040.tar.xz |
main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsd
fixes important memmem bug, getent is a whole lot faster. additionally
the netlink patch is optimized a bit.
Diffstat (limited to 'main/musl/ldconfig')
-rwxr-xr-x | main/musl/ldconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/musl/ldconfig b/main/musl/ldconfig deleted file mode 100755 index 039e4d0069..0000000000 --- a/main/musl/ldconfig +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exit 0 |