You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
278 B

  1. --- a/stress-ng.h
  2. +++ b/stress-ng.h
  3. @@ -34,10 +34,6 @@
  4. #ifndef _LARGEFILE64_SOURCE
  5. #define _LARGEFILE64_SOURCE
  6. #endif
  7. -#if !defined(__PCC__) && \
  8. - !defined(__TINYC__)
  9. -#define _FORTIFY_SOURCE 2
  10. -#endif
  11. #if !defined(_FILE_OFFSET_BITS)
  12. #define _FILE_OFFSET_BITS (64)