diff --git a/include/unistd.h b/include/unistd.h index b51d84386d..0f132f4df0 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -89,8 +89,8 @@ # define _POSIX_SPORADIC_SERVER 1 # define _POSIX_THREAD_SPORADIC_SERVER 1 #else -# undef _POSIX_SPORADIC_SERVER -# undef _POSIX_THREAD_SPORADIC_SERVER +# define _POSIX_SPORADIC_SERVER -1 +# define _POSIX_THREAD_SPORADIC_SERVER -1 #endif /* Execution time constants (not supported) */