]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/bits/stat.h
Update.
[thirdparty/glibc.git] / sysdeps / mach / hurd / bits / stat.h
index 4679c589eeacba71f31de8b9a28d022ef4e00801..df50a0901f5bee43f1b70e547d8533071308cfeb 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-/*
- * Never include this file directly; use <sys/stat.h> instead.
- */
-
-#ifndef        _BITS_STAT_H
-#define        _BITS_STAT_H    1
+#ifndef _SYS_STAT_H
+# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
+#endif
 
 #include <bits/types.h>
 
@@ -189,6 +186,3 @@ struct stat64
 #ifdef __USE_BSD
 #define        CMASK           0022
 #endif
-
-
-#endif /* bits/stat.h */