From 0044f9480cfa8d5cf0a3d84e84be25e32b588726 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 5 Feb 2011 08:35:05 -0800 Subject: Making malloc / free / realloc function pointers to be able to wrap them later for thread-safe reasons. --- libc/LIB.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/LIB.status') 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 -- cgit v1.2.3