about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/bits/stat.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-26 17:00:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-26 17:00:37 +0000
commit752c83a2b63593e5cdc27277f9d8c25b8c11bb62 (patch)
tree25f14907e767540868be698a26be108cecd2e18c /sysdeps/unix/sysv/linux/s390/bits/stat.h
parent6476910b7e4a24c023681107a70d3ef0e71eabd3 (diff)
downloadglibc-752c83a2b63593e5cdc27277f9d8c25b8c11bb62.tar.gz
glibc-752c83a2b63593e5cdc27277f9d8c25b8c11bb62.tar.xz
glibc-752c83a2b63593e5cdc27277f9d8c25b8c11bb62.zip
Define _STATBUF_ST_NSEC.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits/stat.h')
-rw-r--r--sysdeps/unix/sysv/linux/s390/bits/stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/stat.h b/sysdeps/unix/sysv/linux/s390/bits/stat.h
index 7dd3bd89b4..c8ff532d49 100644
--- a/sysdeps/unix/sysv/linux/s390/bits/stat.h
+++ b/sysdeps/unix/sysv/linux/s390/bits/stat.h
@@ -224,6 +224,8 @@ struct stat64
 /* Tell code we have these members.  */
 #define	_STATBUF_ST_BLKSIZE
 #define _STATBUF_ST_RDEV
+/* Nanosecond resolution time values are supported.  */
+#define _STATBUF_ST_NSEC
 
 /* Encoding of the file mode.  */