summaryrefslogtreecommitdiff
path: root/src/utmpx/getutxid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utmpx/getutxid.c')
-rw-r--r--src/utmpx/getutxid.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/utmpx/getutxid.c b/src/utmpx/getutxid.c
new file mode 100644
index 00000000..d761e288
--- /dev/null
+++ b/src/utmpx/getutxid.c
@@ -0,0 +1,11 @@
+#include <utmpx.h>
+#include "stddef.h"
+
+struct utmpx * getutxid(const struct utmpx *id)
+{
+ return NULL;
+}
+
+/*
+XOPEN(400)
+*/