mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Guard ptrdiff_t.
This commit is contained in:
parent
f7e2bd0458
commit
d9259fbcc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221476
@ -33,7 +33,10 @@
|
||||
#include <sys/_null.h>
|
||||
#include <machine/_types.h>
|
||||
|
||||
#ifndef _PTRDIFF_T_DECLARED
|
||||
typedef __ptrdiff_t ptrdiff_t;
|
||||
#define _PTRDIFF_T_DECLARED
|
||||
#endif
|
||||
|
||||
#define offsetof(type, field) __offsetof(type, field)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user