From 07a0f272ba85dc707454c32d4562625820b3b5af Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Tue, 2 Nov 2021 08:55:13 +0100 Subject: [PATCH] fix typo in POSIX_C_SOURCE define --- maestro/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maestro/misc.c b/maestro/misc.c index 096a5428..67b743b1 100644 --- a/maestro/misc.c +++ b/maestro/misc.c @@ -1,7 +1,7 @@ #include "maestro/i_misc.h" #include "maestro/logging.h" -#ifndef _POSIZE_C_SOURCE +#ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 1 #endif #include <limits.h> -- GitLab