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

--- a/stress-ng.h
+++ b/stress-ng.h
@@ -34,10 +34,6 @@
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
-#if !defined(__PCC__) && \
- !defined(__TINYC__)
-#define _FORTIFY_SOURCE 2
-#endif
#if !defined(_FILE_OFFSET_BITS)
#define _FILE_OFFSET_BITS (64)