Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149083390
D14248.id39012.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D14248.id39012.diff
View Options
Index: sys/mips/include/stdarg.h
===================================================================
--- sys/mips/include/stdarg.h
+++ sys/mips/include/stdarg.h
@@ -15,10 +15,18 @@
#define _VA_LIST_DECLARED
typedef __va_list va_list;
#endif
+#ifndef va_start
#define va_start(v,l) __builtin_va_start((v),l)
+#endif
+#ifndef va_end
#define va_end __builtin_va_end
+#endif
+#ifndef va_arg
#define va_arg __builtin_va_arg
+#endif
+#ifndef va_copy
#define va_copy __builtin_va_copy
+#endif
#else /* __GNUC__ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 5:09 AM (10 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30161922
Default Alt Text
D14248.id39012.diff (523 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