--- /usr/include/stdlib.h.orig	2010-06-27 16:16:27.686276100 -0300
+++ /usr/include/stdlib.h	2010-06-27 16:30:23.083058000 -0300
@@ -111,6 +111,8 @@
 int	_EXFUN(_mkstemp_r, (struct _reent *, char *));
 int	_EXFUN(_mkstemps_r, (struct _reent *, char *, int));
 char *	_EXFUN(_mktemp_r, (struct _reent *, char *) _ATTRIBUTE ((warning ("the use of `mktemp' is dangerous; use `mkstemp' instead"))));
+#else
+int     _EXFUN(mkstemp,(char *));
 #endif
 _VOID	_EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, int(*_compar)(const _PTR, const _PTR)));
 int	_EXFUN(rand,(_VOID));
@@ -197,6 +199,10 @@
 int _EXFUN(posix_memalign,(void **, size_t, size_t));
 #endif
 
+#else
+int     _EXFUN(unsetenv,(const char *__string));
+long long _EXFUN(atoll,(const char *__nptr));
+long long _EXFUN(strtoll,(const char *__n, char **__end_PTR, int __base));
 #endif /* ! __STRICT_ANSI__ */
 
 char *	_EXFUN(_dtoa_r,(struct _reent *, double, int, int, int *, int*, char**));
