mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +00:00
Define _STATBUF_ST_RDEV.
This commit is contained in:
parent
cdf0977855
commit
649d6c334b
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user