musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/getdelim.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012年06月02日 21:20:21 -0400
committerRich Felker <dalias@aerifal.cx>2012年06月02日 21:20:21 -0400
commit6a4b9472fb0a85e55030b37ec3017ba0319e03f9 (patch)
tree94ad849a3dbc19a5ff5bde6132dae854dadb6d26 /src/stdio/getdelim.c
parent13b3645c46518e0e2fb91f0d665e60f7a8a44b2b (diff)
downloadmusl-6a4b9472fb0a85e55030b37ec3017ba0319e03f9.tar.gz
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).
Diffstat (limited to 'src/stdio/getdelim.c')
-rw-r--r--src/stdio/getdelim.c 2
1 files changed, 2 insertions, 0 deletions
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);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 17:19:48 +0000

AltStyle によって変換されたページ (->オリジナル) /