From 80779a3dec43f468496a9ee19a4087ac46fc25e4 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 1 May 2019 18:20:52 +0100
Subject: [PATCH] missing: Remove unused <uchar.h>

This doesn't exist on some very old platforms. In the original file
in systemd, it was here for char32_t and char16_t, which we don't use.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 glnx-missing.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/glnx-missing.h b/glnx-missing.h
index 0eba07bfd..9d35c40b0 100644
--- a/glnx-missing.h
+++ b/glnx-missing.h
@@ -36,7 +36,6 @@
 #include <stdlib.h>
 #include <sys/resource.h>
 #include <sys/syscall.h>
-#include <uchar.h>
 #include <unistd.h>
 
 /* The precise definition of __O_TMPFILE is arch specific; use the
-- 
GitLab