diff --git a/sys/include/posix.h b/sys/include/posix.h index 0aeac79..ee41284 100644 --- a/sys/include/posix.h +++ b/sys/include/posix.h @@ -1,7 +1,7 @@ /* * This file is part of Jehanne. * - * Copyright (C) 2017-2019 Giacomo Tesio + * Copyright (C) 2017-2020 Giacomo Tesio * * This is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -91,8 +91,9 @@ typedef enum PosixRUsages } PosixRUsages; /* errno values */ -#define _APW_ERRNO_H // skip the Posix part, we just need the enum +#define _APW_ERRNO_H // skip the POSIX part, we just need the enum #include +#undef _APW_ERRNO_H /* signals */ typedef unsigned long PosixSignalMask;