Silence a boring warning.

This commit is contained in:
Andreas Tobler 2015-12-22 21:26:50 +00:00
parent 20b4c1d2cb
commit 77a561088f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292627

View File

@ -282,7 +282,9 @@ do { \
#define RESTORE_FP_SUFFIX "_l"
/* Type used for ptrdiff_t, as a string used in a declaration. */
#ifndef PTRDIFF_TYPE
#define PTRDIFF_TYPE "int"
#endif
/* Type used for wchar_t, as a string used in a declaration. */
/* Override svr4.h definition. */