mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Sync with the other platforms.
This commit is contained in:
parent
c7e401fbc3
commit
8fea834105
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96319
@ -69,7 +69,7 @@
|
||||
#define _BSD_OFF_T_ __int64_t /* file offset */
|
||||
#define _BSD_PID_T_ int /* process [group] */
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95)
|
||||
#if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3)
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
|
||||
#else
|
||||
#define _BSD_VA_LIST_ char * /* va_list */
|
||||
|
Loading…
Reference in New Issue
Block a user