summaryrefslogtreecommitdiff
path: root/libc/LIB.status
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-05 08:35:05 -0800
committerPixel <pixel@nobis-crew.org>2011-02-05 08:35:05 -0800
commit0044f9480cfa8d5cf0a3d84e84be25e32b588726 (patch)
treebea91e4141bb77722e95885f81c545c40ed919cf /libc/LIB.status
parent0736203a630b2fbc2bc3e6383e4aec9285bba184 (diff)
Making malloc / free / realloc function pointers to be able to wrap them later for thread-safe reasons.
Diffstat (limited to 'libc/LIB.status')
-rw-r--r--libc/LIB.status2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/LIB.status b/libc/LIB.status
index 8827b2c..b2961a6 100644
--- a/libc/LIB.status
+++ b/libc/LIB.status
@@ -90,7 +90,7 @@ putchar - missing
getdelim - missing, gnu replacement to gets
getline - missing, gnu replacement to gets
*puts - missing
-ungetc - missing
+ungetc - missing, won't implement, as we don't bufferize at all.
fread - ok, inlined
fwrite - ok, inlined
fseek - missing