diff options
Diffstat (limited to 'userland/libc/include/pty.h')
-rw-r--r-- | userland/libc/include/pty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userland/libc/include/pty.h b/userland/libc/include/pty.h index b8ce978..e5de5a3 100644 --- a/userland/libc/include/pty.h +++ b/userland/libc/include/pty.h @@ -1,6 +1,6 @@ #ifndef PTY_H #define PTY_H int openpty(int *amaster, int *aslave, char *name, - /*const struct termios*/ void *termp, - /*const struct winsize*/ void *winp); + /*const struct termios*/ void *termp, + /*const struct winsize*/ void *winp); #endif |