diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/statbuf.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/statbuf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/statbuf.h b/sysdeps/unix/sysv/linux/statbuf.h index ad81704ae5..5aabdd30ad 100644 --- a/sysdeps/unix/sysv/linux/statbuf.h +++ b/sysdeps/unix/sysv/linux/statbuf.h @@ -19,6 +19,10 @@ Cambridge, MA 02139, USA. */ #ifndef _STATBUF_H #define _STATBUF_H +/* Current version of stat system call. */ +#define _STAT_VER 1 + + struct stat { short int st_dev; /* Device. */ |