about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/sysv4/i386
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-18 00:50:52 +0000
committerRoland McGrath <roland@gnu.org>1996-01-18 00:50:52 +0000
commit285a3eee46e60a9dde6275bc1714546150492da4 (patch)
tree5828d082183d75b0f7e860a41931100e1e252be4 /sysdeps/unix/sysv/sysv4/i386
parentc43b8c4bea7980e6830d5ecfbc301fb5cd89dec5 (diff)
downloadglibc-285a3eee46e60a9dde6275bc1714546150492da4.tar.gz
glibc-285a3eee46e60a9dde6275bc1714546150492da4.tar.xz
glibc-285a3eee46e60a9dde6275bc1714546150492da4.zip
* sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
	_STAT_VER_SVR4, _STAT_VER): New macros.
	(_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros.

	* sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER):
	New macros.
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/i386')
-rw-r--r--sysdeps/unix/sysv/sysv4/i386/statbuf.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/sysv4/i386/statbuf.h b/sysdeps/unix/sysv/sysv4/i386/statbuf.h
index 6f1bfed850..ada49ce6d0 100644
--- a/sysdeps/unix/sysv/sysv4/i386/statbuf.h
+++ b/sysdeps/unix/sysv/sysv4/i386/statbuf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1996 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -21,6 +21,11 @@ Cambridge, MA 02139, USA.  */
 
 #include <gnu/types.h>
 
+/* Versions of the `struct stat' data structure and
+   the bits of the `xmknod' interface.  */
+#define _STAT_VER	2
+#define _MKNOD_VER	2
+
 /* Structure describing file characteristics.  */
 struct stat
   {
@@ -35,7 +40,7 @@ struct stat
     long st_filler2[2];
 
     long st_size;		/* Size of file, in bytes.  */
-    /* SVR4 added this extra long to allow for expansion of off_t.  */ 
+    /* SVR4 added this extra long to allow for expansion of off_t.  */
     long st_filler3;
 
     long st_atime;		/* Time of last access.  */