Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1335284 - Enable pthread_atfork() on FreeBSD and OpenBSD.
  • Loading branch information
cemeyer committed Feb 26, 2017
1 parent 0cf9c33 commit ba71fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/softoken/softoken.h
Expand Up @@ -183,7 +183,7 @@ extern PRBool sftk_fatalError;

#define CHECK_FORK_MIXED

#elif defined(LINUX) || defined(__GLIBC__)
#elif defined(LINUX) || defined(__GLIBC__) || defined(FREEBSD) || defined(OPENBSD)

#define CHECK_FORK_PTHREAD

Expand Down

0 comments on commit ba71fc0

Please sign in to comment.