musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unistd/posix_close.c 6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unistd/posix_close.c b/src/unistd/posix_close.c
new file mode 100644
index 00000000..90f51a82
--- /dev/null
+++ b/src/unistd/posix_close.c
@@ -0,0 +1,6 @@
+#include <unistd.h>
+
+int posix_close(int fd, int flags)
+{
+ return close(fd);
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月24日 10:22:41 +0000

AltStyle によって変換されたページ (->オリジナル) /