possible. */
extern int __ftrylockfile (FILE *__stream);
+extern int __getc_unlocked (FILE *__fp);
+extern wint_t __getwc_unlocked (FILE *__fp);
+
+
# endif
#endif
extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
+extern void __cxa_finalize (void *d);
+
extern int __posix_memalign (void **memptr, size_t alignment, size_t size)
__attribute_malloc__;
+extern int __libc_system (const char *line);
+
#endif
#undef __Need_M_And_C