From 6a4b9472fb0a85e55030b37ec3017ba0319e03f9 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 2 Jun 2012 21:20:21 -0400 Subject: add some ugly aliases for LSB ABI compatibility for some nonsensical reason, glibc's headers use inline functions that redirect some of the standard functions to ugly nonstandard names (and likewise for some of their nonstandard functions). --- src/stdio/getdelim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdio/getdelim.c') diff --git a/src/stdio/getdelim.c b/src/stdio/getdelim.c index 20d345d1..b7e04acb 100644 --- a/src/stdio/getdelim.c +++ b/src/stdio/getdelim.c @@ -57,3 +57,5 @@ oom: errno = ENOMEM; return -1; } + +weak_alias(getdelim, __getdelim); -- cgit v1.2.1