From 951e9dd1eb91f89c00391b1dd85b5ff25e31cd0b Mon Sep 17 00:00:00 2001
From: 4lDO2 <4lDO2@protonmail.com>
Date: Fri, 12 May 2023 13:59:07 +0200
Subject: [PATCH] Define sem_t as typedef, not union.

---
 src/header/semaphore/cbindgen.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/header/semaphore/cbindgen.toml b/src/header/semaphore/cbindgen.toml
index 0c011949..213064b7 100644
--- a/src/header/semaphore/cbindgen.toml
+++ b/src/header/semaphore/cbindgen.toml
@@ -1,7 +1,7 @@
 sys_includes = []
 include_guard = "_RELIBC_SEMAPHORE_H"
 language = "C"
-style = "Tag"
+style = "Type"
 no_includes = true
 cpp_compat = true
 
-- 
GitLab