Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Jul 2017 16:39:52 +0300
From: Jukka Jylänki <jujjyl@...il.com>
To: musl@...ts.openwall.com
Subject: Typo in include/pthreads.h

Hi all,

a contributor to Emscripten noticed that in include/pthreads.h, there
are two lines

#define __NEED_cnd_t
#define __NEED_mtx_t

that look like they should be

#define __NEED_pthread_cond_t
#define __NEED_pthread_mutex_t

The first two names appear nowhere else in the musl repository. The
effect of this is that including <threads.h> as the first include
directive (or in practice, before other threading related headers)
fails to parse. See https://github.com/kripken/emscripten/pull/5363

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.