From 69058973a9f5073184b9f0b98dbcbbd63da40514 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 03:46:13 +0100 Subject: ignore --- musl/pty.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 musl/pty.h (limited to 'musl/pty.h') diff --git a/musl/pty.h b/musl/pty.h deleted file mode 100644 index db63853..0000000 --- a/musl/pty.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _PTY_H -#define _PTY_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#include - -int openpty(int *, int *, char *, const struct termios *, const struct winsize *); -int forkpty(int *, char *, const struct termios *, const struct winsize *); - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v1.2.3