Searched hist:eb84c129d6d6b82238575946ba3552c9310f24f9 (Results 1 – 1 of 1) sorted by relevance
/freebsd/include/ |
H A D | stdio.h | diff eb84c129d6d6b82238575946ba3552c9310f24f9 Mon Sep 30 02:06:29 CEST 2024 Graham Percival <gperciva@tarsnap.com> stdio.h: don't expose rsize_t unless __EXT1_VISIBLE
This is how the other typedefs for rsize_t handle it (in <stddef.h>, <stdlib.h>, and <string.h>). In particular, we shouldn't have any rsize_t if a C environment earlier C11 was requested.
This reapplies b35f0aa4952c, chasing c25e55bcf80b, fixing ports build failures following b35f0aa4952c without c25e55bcf80b.
PR: 281768 Sponsored by: Tarsnap Backup Inc. Signed-off-by: Graham Percival
|