From 60528d59134b42015c11e923337ecb85eb342df2 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 24 Oct 2021 02:34:46 +0200 Subject: [PATCH] errno.h: always define errno --- libpsx/include/errno.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libpsx/include/errno.h b/libpsx/include/errno.h index cfaa8fd..0a68f75 100644 --- a/libpsx/include/errno.h +++ b/libpsx/include/errno.h @@ -15,9 +15,7 @@ * BSD license */ -#ifndef __IN_LIBPSX extern int errno; -#endif #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */