Usermode/libc - Added ENOTTY to errno
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / stdlib.h
index f692ddd..2bfb00d 100644 (file)
 # define bsearch       acess_bsearch\r
 # define qsort acess_qsort\r
 \r
+# define free  acess_free\r
+# define malloc        acess_malloc\r
+# define calloc        acess_calloc\r
+# define realloc       acess_realloc\r
+# define IsHeap        acess_IsHeap\r
+\r
 # define srand acess_srand\r
 # define rand  acess_rand\r
 # define rand_p        acess_rand_p\r
@@ -70,6 +76,7 @@ extern long long int  llabs(long long int j);
 \r
 /* --- Environment --- */\r
 extern char    *getenv(const char *name);\r
+extern int     putenv(char *string);\r
 \r
 /* --- Search/Sort --- */\r
 typedef int (*_stdlib_compar_t)(const void *, const void *);\r

UCC git Repository :: git.ucc.asn.au