1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00
* include/setjmp.h: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-27 20:25:30 +00:00
parent ce351e07c9
commit 784d802ea2
8 changed files with 54 additions and 0 deletions

View File

@@ -3,4 +3,7 @@
/* Now define the internal interfaces. */
extern int __tcgetattr (int __fd, struct termios *__termios_p);
extern int __libc_tcdrain (int __fd);
#endif