mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-06 09:30:06 +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.
|