bore

basic core utilities (PD)
git clone git://bvnf.space/bore.git
Log | Files | Refs | README

commit d498abd9e618e2fe70bb2bd7970b3b349a3af040
parent 8416a7600224c522f3527ca50fbf1d25e220853b
Author: phoebos <ben@bvnf.space>
Date:   Sat,  1 Oct 2022 22:41:03 +0100

uname: define _XOPEN_SOURCE

Diffstat:
Muname.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/uname.c b/uname.c @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE #include <stdio.h> #include <sys/utsname.h> #include <unistd.h>