diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-29 16:41:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-29 16:41:47 +0000 |
commit | 18926cf415b65008c849b592209a85f733be39f7 (patch) | |
tree | 2fe9f0fe7685560473dbd4232729e8c346fa9a53 /dirent/dirent.h | |
parent | 9e865adecff6cb94e8c638a47929dcee62267f20 (diff) | |
download | glibc-18926cf415b65008c849b592209a85f733be39f7.tar.gz glibc-18926cf415b65008c849b592209a85f733be39f7.tar.xz glibc-18926cf415b65008c849b592209a85f733be39f7.zip |
Tue Aug 29 12:35:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/australasia: Updated data from ADO. Mon Aug 28 17:47:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * dirent/dirent.h: Don't include <dirstream.h>. Instead, define DIR as typedef for (undefined) `struct __dirstream'.
Diffstat (limited to 'dirent/dirent.h')
-rw-r--r-- | dirent/dirent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h index 88a6fc867e..5b99437301 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -73,9 +73,9 @@ enum #endif -/* Get the system-dependent definition of `DIR', - the data type of directory stream objects. */ -#include <dirstream.h> +/* This is the data type of directory stream objects. + The actual structure is opaque to users. */ +typedef struct __dirstream DIR; /* Open a directory stream on NAME. Return a DIR stream on the directory, or NULL if it could not be opened. */ |