From f5e48e94a2f4d4bbd6e5628c7f2afafc6dbcc459 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:52 -0500 Subject: build: Build mlibc + add distclean target Signed-off-by: Ian Moffett --- lib/mlibc/sysdeps/ironclad/include/pty.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/mlibc/sysdeps/ironclad/include/pty.h (limited to 'lib/mlibc/sysdeps/ironclad/include/pty.h') diff --git a/lib/mlibc/sysdeps/ironclad/include/pty.h b/lib/mlibc/sysdeps/ironclad/include/pty.h deleted file mode 100644 index 0468b46..0000000 --- a/lib/mlibc/sysdeps/ironclad/include/pty.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _PTY_H -#define _PTY_H - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -int openpty(int *mfd, int *sfd, char *name, const struct termios *ios, const struct winsize *win); - -#ifdef __cplusplus -} -#endif - -#endif // _PTY_H -- cgit v1.2.3