blob: c18e9fa4bf2e6961386016eedf5e393078672cb2 [file] [log] [blame]
#include "aix-types.h"
struct aixdirent
{
aixino_t d_ino;
aixoff_t d_off;
unsigned short int d_reclen;
unsigned short int d_namlen;
char d_name[256]; /* We must not include limits.h! */
};
struct aixdirent64
{
aixino64_t d_ino;
aixoff64_t d_off;
unsigned short int d_reclen;
unsigned short int d_namlen;
char d_name[256]; /* We must not include limits.h! */
};