From 0b5079b8723804889f06c6ddbeef8a45c00d7b49 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 20:12:41 -0400 Subject: finish purging nonstd/ --- src/unistd/fdatasync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unistd') diff --git a/src/unistd/fdatasync.c b/src/unistd/fdatasync.c index 3de269ec..904c12fe 100644 --- a/src/unistd/fdatasync.c +++ b/src/unistd/fdatasync.c @@ -1,5 +1,4 @@ #include -#include "__nonstd.h" int fdatasync(int fildes) { -- cgit v1.2.1