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