diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:37:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:37:52 +0000 |
commit | 9e188909df5ba1f20506bad6425870ea0468b4de (patch) | |
tree | 340d0009f1c0da9cd6a2e7098e6f6f83b1dfb1a2 /conform | |
parent | 05bcf62afbfcf1a42ef2d8e80e0dba887d970781 (diff) | |
download | glibc-9e188909df5ba1f20506bad6425870ea0468b4de.tar glibc-9e188909df5ba1f20506bad6425870ea0468b4de.tar.gz glibc-9e188909df5ba1f20506bad6425870ea0468b4de.tar.bz2 glibc-9e188909df5ba1f20506bad6425870ea0468b4de.zip |
conformtest: Only expect mknodat for XOPEN2K8.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/sys/stat.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data index a7db93f576..2a5c3bf347 100644 --- a/conform/data/sys/stat.h-data +++ b/conform/data/sys/stat.h-data @@ -122,6 +122,8 @@ function int mkfifoat (int, const char*, mode_t) # endif # if !defined POSIX && !defined POSIX2008 function int mknod (const char*, mode_t, dev_t) +# endif +# ifdef XOPEN2K8 function int mknodat (int, const char*, mode_t, dev_t) # endif function int stat (const char*, struct stat*) |