208-musl_gomp.patch 336 B

1234567891011
  1. --- a/libgomp/config/posix/time.c
  2. +++ b/libgomp/config/posix/time.c
  3. @@ -28,6 +28,8 @@
  4. The following implementation uses the most simple POSIX routines.
  5. If present, POSIX 4 clocks should be used instead. */
  6. +#define _POSIX_C_SOURCE 199309L /* for clocks */
  7. +
  8. #include "libgomp.h"
  9. #include <unistd.h>
  10. #if TIME_WITH_SYS_TIME