From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/errno/ENOSYS.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/errno/ENOSYS.h (limited to 'src/errno/ENOSYS.h') diff --git a/src/errno/ENOSYS.h b/src/errno/ENOSYS.h new file mode 100644 index 00000000..af179b52 --- /dev/null +++ b/src/errno/ENOSYS.h @@ -0,0 +1,8 @@ +#include + +#define ENOSYS (34) + +/** Function not supported **/ +/* +POSIX(1) +*/ -- cgit v1.2.1