summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-04 01:51:01 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-04 01:51:01 -0700
commit952df0afdca2333e9fae7d62a36077c348d2df93 (patch)
treee5c48e2a2b4eb47cf549e5022e967be0957a2eef /conform
parent9e37946dba22b53c5108eef777e867f93c894502 (diff)
Fix definition and testing of S_ISSOCK.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/sys/stat.h-data5
1 files changed, 2 insertions, 3 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data
index df39fd3d81..b0e10a4c7f 100644
--- a/conform/data/sys/stat.h-data
+++ b/conform/data/sys/stat.h-data
@@ -66,15 +66,14 @@ constant S_ISGID
constant S_ISVTX
#endif
-#if !defined POSIX && !defined POSIX2008
-macro S_IFMT
+#if !defined POSIX
macro S_ISBLK
macro S_ISCHR
macro S_ISDIR
macro S_ISFIFO
macro S_ISREG
macro S_ISLNK
-macro S_IFSOCK
+macro S_ISSOCK
#endif
// How to represent optional tests?