mirror of git://sourceware.org/git/glibc.git
entered into RCS
This commit is contained in:
parent
2a5c38e637
commit
735888584d
|
@ -1,7 +1,4 @@
|
||||||
/* Copyright (C) 1994 Free Software Foundation, Inc.
|
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||||
Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
|
|
||||||
On-Line Applications Research Corporation.
|
|
||||||
|
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -29,8 +26,7 @@ Cambridge, MA 02139, USA. */
|
||||||
/* Directory stream type.
|
/* Directory stream type.
|
||||||
|
|
||||||
The miscellaneous Unix `readdir' implementations read directory data
|
The miscellaneous Unix `readdir' implementations read directory data
|
||||||
into a buffer and fill in a `struct dirent' copy in the `DIR' object.
|
into a buffer and fill in a `struct dirent' copy in the `DIR' object. */
|
||||||
*/
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue