glibc/sysdeps/unix/sysv/sco3.2.4/direct.h

14 lines
273 B
C
Raw Normal View History

1993-05-04 07:57:05 +08:00
#ifndef MAXNAMLEN
#define MAXNAMLEN 512
#endif
#define DIRBUF 1048 /* minimum buffer size for call to getdents */
struct direct
{
unsigned short int d_fileno;
short int d_pad;
long int d_off;
unsigned short int d_reclen;
char d_name[1];
};