From 0a23f4a028db11797894e8defc1fa5320b736650 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 15:02:07 -0500 Subject: merge XOPEN identifiers --- src/utmpx/setutxent.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/utmpx/setutxent.c (limited to 'src/utmpx/setutxent.c') diff --git a/src/utmpx/setutxent.c b/src/utmpx/setutxent.c new file mode 100644 index 00000000..405d77cc --- /dev/null +++ b/src/utmpx/setutxent.c @@ -0,0 +1,9 @@ +#include + +void setutxent(void) +{ +} + +/* +XOPEN(400) +*/ -- cgit v1.2.1