Define _STATBUF_ST_RDEV.

This commit is contained in:
Ulrich Drepper 1998-01-25 17:00:01 +00:00
parent cdf0977855
commit 649d6c334b
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -84,7 +84,9 @@ struct stat64
};
#endif
#define _STATBUF_ST_BLKSIZE /* Tell code we have this member. */
/* Tell code we have these members. */
#define _STATBUF_ST_BLKSIZE
#define _STATBUF_ST_RDEV
/* Encoding of the file mode. */

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1992, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -112,7 +112,9 @@ struct stat64
};
#endif
#define _STATBUF_ST_BLKSIZE /* Tell code we have this member. */
/* Tell code we have these members. */
#define _STATBUF_ST_BLKSIZE
#define _STATBUF_ST_RDEV
/* Encoding of the file mode. */