more posix support stuff

This commit is contained in:
Freya Murphy 2023-04-13 12:46:30 -04:00
parent 98a0b99f06
commit 910c64f0a6
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,7 @@ This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.
## Compilation
Wrapper only runs on Linux systems that are Posix 2008 compliant
Wrapper only runs on Linux systems that are Posix 1995 compliant
Make sure to have `gcc` and `make` installed, and then run

View file

@ -1,4 +1,3 @@
#define _POSIX_C_SOURCE 200809L
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>