Loading...
secure/sprintf_chk.c Libc-498.1.7 Libc-825.25
--- Libc/Libc-498.1.7/secure/sprintf_chk.c
+++ Libc/Libc-825.25/secure/sprintf_chk.c
@@ -28,8 +28,7 @@
 
 extern void __chk_fail (void) __attribute__((__noreturn__));
 extern int __sprintf_chk (char * __restrict, int, size_t,
-                          const char * __restrict, ...)
-  __DARWIN_LDBL_COMPAT (__sprintf_chk);
+                          const char * __restrict, ...);
 
 int
 __sprintf_chk (char *s, int flags, size_t len, const char *format, ...)