From 5a339a9b7b5cdcee3629b14f1b6a58ac4ab60fce Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 21:44:25 +0100 Subject: LibC: Remove header files that are not in the "include" directory --- userland/libc/pty.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 userland/libc/pty.h (limited to 'userland/libc/pty.h') diff --git a/userland/libc/pty.h b/userland/libc/pty.h deleted file mode 100644 index b8ce978..0000000 --- a/userland/libc/pty.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PTY_H -#define PTY_H -int openpty(int *amaster, int *aslave, char *name, - /*const struct termios*/ void *termp, - /*const struct winsize*/ void *winp); -#endif -- cgit v1.2.3