mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Revert "stdio.h: don't expose rsize_t unless __EXT1_VISIBLE"
This change has caused a number of port build failures. Let's
revert this for now and request an exp-run.
This reverts commit b35f0aa495.
This commit is contained in:
parent
6bbef79355
commit
fe55d62ab9
1 changed files with 0 additions and 3 deletions
|
|
@ -48,13 +48,10 @@ typedef __size_t size_t;
|
|||
#define _SIZE_T_DECLARED
|
||||
#endif
|
||||
|
||||
#if __EXT1_VISIBLE
|
||||
/* ISO/IEC 9899:2011 K.3.3.2 */
|
||||
#ifndef _RSIZE_T_DEFINED
|
||||
#define _RSIZE_T_DEFINED
|
||||
typedef size_t rsize_t;
|
||||
#endif
|
||||
#endif /* __EXT1_VISIBLE */
|
||||
|
||||
#if __POSIX_VISIBLE >= 200809
|
||||
#ifndef _OFF_T_DECLARED
|
||||
|
|
|
|||
Loading…
Reference in a new issue