glibc/io/tst-stat-lfs.c
Adhemerval Zanella 94caafa040 io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
Now that fstat is implemented on top fstatat we need to handle negative
inputs.  The implementation now rejects AT_FDCWD, which would otherwise
be accepted by the kernel.

Checked on x86_64-linux-gnu and on i686-linux-gnu.
2021-03-11 10:51:55 -03:00

3 lines
51 B
C

#define _FILE_OFFSET_BITS 64
#include "tst-stat.c"