]> git.sur5r.net Git - i3/i3/commit
Don't use pthread on OpenBSD 2350/head
authorChristopher Zimmermann <madroach@gmerlin.de>
Sat, 11 Jun 2016 11:05:29 +0000 (13:05 +0200)
committerChristopher Zimmermann <madroach@gmerlin.de>
Sat, 11 Jun 2016 12:47:26 +0000 (14:47 +0200)
commit1322af1e4f94a3771905a72fe417c807bf84c2c6
treebca9da85fac9f1fc2545bd8bbe42c0ad93c404fd
parent87e90229bc90ef700f9c7b123fca65d89fe7b0dc
Don't use pthread on OpenBSD

since OpenBSD pthread does not support pthread_condattr_setpshared().
This patch could also stay in the OpenBSD ports tree or depend on a
configure test macro rather than defined __OpenBSD__.
i3-dump-log/main.c
include/shmlog.h
src/i3.mk
src/log.c