forked from epics_driver_modules/require
changes for 3.15.5
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ extern "C" {
|
||||
#define __attribute__(arg)
|
||||
#endif
|
||||
|
||||
int asprintf(char** pbuffer, const char* format, ...) __attribute__((format(printf,2,3)));
|
||||
int vasprintf(char** pbuffer, const char* format, va_list ap) __attribute__((format(printf,2,0)));
|
||||
int asprintf(char** pbuffer, const char* format, ...) __attribute__((__format__(__printf__,2,3)));
|
||||
int vasprintf(char** pbuffer, const char* format, va_list ap) __attribute__((__format__(__printf__,2,0)));
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user