diff options
Diffstat (limited to 'sysdeps/stub/direct.h')
-rw-r--r-- | sysdeps/stub/direct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/stub/direct.h b/sysdeps/stub/direct.h new file mode 100644 index 0000000000..7205130571 --- /dev/null +++ b/sysdeps/stub/direct.h @@ -0,0 +1,5 @@ +/* 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. |