Add restartable system calls compatibility macro.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-10-23 18:35:10 +02:00
parent c8ba4b0973
commit 7c91ea1b19
1 changed files with 4 additions and 0 deletions

View File

@ -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