* libc/include/dirent.h: Protect against multiple inclusion.
This commit is contained in:
parent
1cf0d8510a
commit
a8e091b0bc
|
@ -1,3 +1,7 @@
|
||||||
|
2001-11-29 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/dirent.h: Protect against multiple inclusion.
|
||||||
|
|
||||||
2001-11-27 Christopher Faylor <cgf@redhat.com>
|
2001-11-27 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* libc/include/sys/types.h: Define useconds_t.
|
* libc/include/sys/types.h: Define useconds_t.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef _DIRENT_H_
|
||||||
|
#define _DIRENT_H_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -10,3 +12,4 @@ extern "C" {
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif /*_DIRENT_H_*/
|
||||||
|
|
Loading…
Reference in New Issue