diff options
Diffstat (limited to 'conform/data/utmpx.h-data')
-rw-r--r-- | conform/data/utmpx.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/utmpx.h-data b/conform/data/utmpx.h-data index ba034f0deb..af3c229fc0 100644 --- a/conform/data/utmpx.h-data +++ b/conform/data/utmpx.h-data @@ -1,3 +1,4 @@ +#if !defined ISO && !defined POSIX && !defined POSIX2008 type {struct utmpx} element {struct utmpx} char ut_user [] @@ -34,3 +35,4 @@ allow-header sys/time.h allow ut_* allow *_t +#endif |