summaryrefslogtreecommitdiff
path: root/src/stdlib/srandom.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 14:26:35 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 14:26:35 -0500
commit7b7cca986ed85ecb2dd8d39478088f236a24b9a1 (patch)
tree94e777147773774da48d2c6baf64d797a182f50d /src/stdlib/srandom.c
parent3d7bacbaf22b36170371cd89facd0c1cd298b67b (diff)
merge XOPEN identifiers
Diffstat (limited to 'src/stdlib/srandom.c')
-rw-r--r--src/stdlib/srandom.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stdlib/srandom.c b/src/stdlib/srandom.c
new file mode 100644
index 00000000..a0839684
--- /dev/null
+++ b/src/stdlib/srandom.c
@@ -0,0 +1,9 @@
+#include <stdlib.h>
+
+void srandom(unsigned seed)
+{
+}
+
+/*
+XOPEN(400)
+*/