mirror of
https://github.com/fluencelabs/musl
synced 2025-06-22 19:21:58 +00:00
avoid breakage if somebody wrongly defines empty feature test macros
This commit is contained in:
@ -149,7 +149,7 @@ void swab(const void *__restrict, void *__restrict, ssize_t);
|
||||
#endif
|
||||
|
||||
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) \
|
||||
|| (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE < 700)
|
||||
|| (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700)
|
||||
int usleep(unsigned);
|
||||
unsigned ualarm(unsigned, unsigned);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user