From 429a97f06b3b51bf380e859a7ffa093e20a57da6 Mon Sep 17 00:00:00 2001 From: dongl <2725096176@qq.com> Date: Thu, 21 Aug 2025 22:35:18 +0800 Subject: [PATCH] =?UTF-8?q?[libk]:=20=20=20=20=20=20=20=20libk=E8=A1=A5?= =?UTF-8?q?=E4=BA=A4=20unistd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/unistd.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/include/unistd.h diff --git a/src/include/unistd.h b/src/include/unistd.h new file mode 100644 index 0000000..23f6e5a --- /dev/null +++ b/src/include/unistd.h @@ -0,0 +1,13 @@ +#ifndef UNISTD_H +#define UNISTD_H + +// #include "../../include/unistd.h" +// +// extern char **__environ; +// +// hidden int __dup3(int, int, int); +// hidden int __mkostemps(char *, int, int); +// hidden int __execvpe(const char *, char *const *, char *const *); +// hidden off_t __lseek(int, off_t, int); + +#endif