From 7c91ea1b1999d88c91656dd31e22e3f0ee545c6d Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 23 Oct 2017 18:35:10 +0200 Subject: [PATCH] Add restartable system calls compatibility macro. --- libc/include/sys/cdefs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libc/include/sys/cdefs.h b/libc/include/sys/cdefs.h index 983bc993..ef482084 100644 --- a/libc/include/sys/cdefs.h +++ b/libc/include/sys/cdefs.h @@ -95,4 +95,8 @@ this macro at this time. Remove when the feature is implemented. */ #undef __SORTIX_HAS_FLOAT_PARSE__ +/* TODO: Define when restartable system calls are implemented. Remove when git + is updated to not rely on this macro. */ +#undef __SORTIX_HAS_RESTARTABLE_SYSCALLS__ + #endif