]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/sys/cdefs.h
misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
[thirdparty/glibc.git] / misc / sys / cdefs.h
index 393d9091d9d43dcf3b098e152eeab6a017ceb52d..90c21e270379025d6bc6a06d05781e269fd7f7f1 100644 (file)
 # define __ASMNAME(cname)  __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
 
+#ifndef __REDIRECT_FORTIFY
+#define __REDIRECT_FORTIFY __REDIRECT
+#endif
+
+#ifndef __REDIRECT_FORTIFY_NTH
+#define __REDIRECT_FORTIFY_NTH __REDIRECT_NTH
+#endif
+
 /*
 #elif __SOME_OTHER_COMPILER__