logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 133759b704a81da51a68ea9d90ee0d50f1e4db13
parent cad98ad7bf31946019fbd7238f86904bc9bb3fc8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 26 Dec 2024 08:02:26 +0100

cmd/paste: define _POSIX_C_SOURCE

Diffstat:

Mcmd/paste.c2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/paste.c b/cmd/paste.c @@ -32,6 +32,8 @@ * SUCH DAMAGE. */ +#define _POSIX_C_SOURCE 200809L + #include "../lib/err.h" #include <errno.h>