mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
754f9336f0
git-svn-id: svn://kolibrios.org@4349 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
181 B
C
11 lines
181 B
C
/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
|
|
|
|
#ifndef _SYS_DIR_H_
|
|
#define _SYS_DIR_H_
|
|
|
|
#include <dirent.h>
|
|
|
|
#define direct dirent
|
|
|
|
#endif /*_SYS_DIR_H_*/
|