The following changes since commit dacac3b936092aa73e29257fefcb7bf5658ec7cb: Merge branch 'python3-testing' of https://github.com/vincentkfu/fio (2020-05-28 13:27:15 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 2f6cbfdcf0ce3b53e83713e3a6b5a0bb6a76a1e9: Merge branch 'pshared1' of https://github.com/kusumi/fio (2020-05-29 08:16:10 -0600) ---------------------------------------------------------------- Jens Axboe (1): Merge branch 'pshared1' of https://github.com/kusumi/fio Tomohiro Kusumi (1): pshared: fix comment on supported platforms pshared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/pshared.c b/pshared.c index 791faf95..e671c87f 100644 --- a/pshared.c +++ b/pshared.c @@ -51,7 +51,7 @@ int mutex_init_pshared_with_type(pthread_mutex_t *mutex, int type) } /* - * Not all platforms support process shared mutexes (FreeBSD) + * Not all platforms support process shared mutexes (NetBSD/OpenBSD) */ #ifdef CONFIG_PSHARED ret = pthread_mutexattr_setpshared(&mattr, PTHREAD_PROCESS_SHARED);