mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
6 lines
177 B
C
6 lines
177 B
C
/* This file should define `struct direct' on Unix systems.
|
|
This is the type of actual records in directory files.
|
|
See readdir.c. */
|
|
|
|
#error No struct dirent definition.
|