pthread_setname_np.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-11 11:15:48 +02:00
parent 77de385db6
commit 49f06c0010
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ THREADFOO
#define NAMELEN 16
#define errExitEN(en, msg) \e
do { errno = en; perror(msg); exit(EXIT_FAILURE); \e
} while (0)
do { errno = en; perror(msg); \e
exit(EXIT_FAILURE); } while (0)
static void *
threadfunc(void *parm)