git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Framework for exporting system header to user space (#59)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
termios.h
diff --git
a/lunaix-os/usr/libc/includes/termios.h
b/lunaix-os/usr/libc/includes/termios.h
index abdcf8562b1321b523a29315215b0bfea7f308b1..aa4478dc06a540f1b2430bc1cfe031cf5de48cbb 100644
(file)
--- a/
lunaix-os/usr/libc/includes/termios.h
+++ b/
lunaix-os/usr/libc/includes/termios.h
@@
-1,5
+1,5
@@
-#ifndef __LUNA
IX
_TERMIOS_H
-#define __LUNA
IX
_TERMIOS_H
+#ifndef __LUNA
LIBC
_TERMIOS_H
+#define __LUNA
LIBC
_TERMIOS_H
#include <lunaix/term.h>
#include <lunaix/term.h>
@@
-118,4
+118,4
@@
int tcgetattr(int, struct termios *);
int tcsendbreak(int, int);
int tcsetattr(int, int, const struct termios *);
int tcsendbreak(int, int);
int tcsetattr(int, int, const struct termios *);
-#endif /* __LUNA
IX
_TERMIOS_H */
+#endif /* __LUNA
LIBC
_TERMIOS_H */