Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143503652
D14248.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D14248.diff
View Options
Index: sys/sys/_stdarg.h
===================================================================
--- sys/sys/_stdarg.h
+++ sys/sys/_stdarg.h
@@ -42,7 +42,7 @@
typedef __va_list va_list;
#endif
-#ifdef __GNUCLIKE_BUILTIN_STDARG
+#if defined(__GNUCLIKE_BUILTIN_STDARG) && !defined(va_start)
#define va_start(ap, last) __builtin_va_start((ap), (last))
#define va_arg(ap, type) __builtin_va_arg((ap), type)
#define __va_copy(dest, src) __builtin_va_copy((dest), (src))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 7:01 PM (9 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28158930
Default Alt Text
D14248.diff (482 B)
Attached To
Mode
D14248: Make sys/mips/include/stdarg.h compatible with clang's builtin headers
Attached
Detach File
Event Timeline
Log In to Comment