mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-21 19:46:17 -04:00

<stdio.h> only declares the non-ISO-C function fileno() if an appropriate POSIX symbol is defined or if using a compiler such as GCC in non-pedantic mode. Define the appropriate POSIX symbol. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>