aboutsummaryrefslogtreecommitdiffstats
path: root/libbus.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-06-10 21:10:31 +0200
committerMattias Andrée <maandree@kth.se>2022-06-10 21:10:31 +0200
commit42ae2010eb816fad62d2ecbaa117bf0d37b262e1 (patch)
treeac5920df84123ce066d7d3c7fef851dee592fcdb /libbus.c
parentFix install path for license (diff)
downloadbus-42ae2010eb816fad62d2ecbaa117bf0d37b262e1.tar.gz
bus-42ae2010eb816fad62d2ecbaa117bf0d37b262e1.tar.bz2
bus-42ae2010eb816fad62d2ecbaa117bf0d37b262e1.tar.xz
Assume libc (correctly) does not define union semun3.1.9
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libbus.c')
-rw-r--r--libbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbus.c b/libbus.c
index 0a84353..5abb4e5 100644
--- a/libbus.c
+++ b/libbus.c
@@ -196,7 +196,7 @@
-#ifdef _SEM_SEMUN_UNDEFINED
+#ifndef SEMUN_ALREADY_DEFINED
union semun {
int val;
struct semid_ds *buf;