tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3dd2b930b2583ecf67979ff31cb2a28414b1f526
parent 7f380336e73130d6490104c82cb05c1fe8d29595
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu,  8 Jan 2026 07:12:31 +0000

Bug 2009000 - Do not check for strerror during js configure time r=spidermonkey-reviewers,mgaudet

The resulting macro is never used: removing it does not change any of
the preprocessed source.

Differential Revision: https://phabricator.services.mozilla.com/D278164

Diffstat:
Mjs/moz.configure | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/js/moz.configure b/js/moz.configure @@ -1434,7 +1434,6 @@ with only_when(compile_environment & depends(target.os)(lambda os: os != "WINNT" set_define("HAVE_GETC_UNLOCKED", check_symbol("getc_unlocked")) set_define("HAVE_PTHREAD_GETNAME_NP", check_symbol("pthread_getname_np")) set_define("HAVE_PTHREAD_GET_NAME_NP", check_symbol("pthread_get_name_np")) - set_define("HAVE_STRERROR", check_symbol("strerror")) set_config( "HAVE_LANGINFO_CODESET",