mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add restartable system calls compatibility macro.
This commit is contained in:
parent
c8ba4b0973
commit
7c91ea1b19
1 changed files with 4 additions and 0 deletions
|
@ -95,4 +95,8 @@
|
||||||
this macro at this time. Remove when the feature is implemented. */
|
this macro at this time. Remove when the feature is implemented. */
|
||||||
#undef __SORTIX_HAS_FLOAT_PARSE__
|
#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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue