Loading...
secure/snprintf_chk.c Libc-825.26 Libc-583
--- Libc/Libc-825.26/secure/snprintf_chk.c
+++ Libc/Libc-583/secure/snprintf_chk.c
@@ -28,7 +28,8 @@
 
 extern void __chk_fail (void) __attribute__((__noreturn__));
 extern int __snprintf_chk (char * __restrict, size_t, int, size_t,
-                           const char * __restrict, ...);
+                           const char * __restrict, ...)
+  __DARWIN_LDBL_COMPAT (__snprintf_chk);
 
 int
 __snprintf_chk (char *s, size_t maxlen, int flags, size_t len,