diff options
author | athenian200 <athenian200@outlook.com> | 2019-10-04 04:37:51 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2019-10-21 04:53:43 -0500 |
commit | 575f51a27d6b3627ae5675cc8e920c8dcae073bd (patch) | |
tree | 30a30c687b2d45a0c866e2d16e4974b67ffd4f61 /toolkit | |
parent | db34ef993c3b0a25619ec56d98303933b61169bc (diff) | |
download | uxp-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.gz |
Fix a bunch of dumb typos and omissions.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/library/moz.build | 1 | ||||
-rw-r--r-- | toolkit/xre/nsSigHandlers.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index cd900a6156..293c2feafc 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -274,6 +274,7 @@ if CONFIG['OS_ARCH'] == 'SunOS': OS_LIBS += [ 'elf', 'demangle', + 'sendfile', ] if CONFIG['OS_ARCH'] == 'FreeBSD': diff --git a/toolkit/xre/nsSigHandlers.cpp b/toolkit/xre/nsSigHandlers.cpp index bcbcb6e3da..a3a366f952 100644 --- a/toolkit/xre/nsSigHandlers.cpp +++ b/toolkit/xre/nsSigHandlers.cpp @@ -225,7 +225,6 @@ static void fpehandler(int signum, siginfo_t *si, void *context) #endif #endif } -} #endif void InstallSignalHandlers(const char *aProgname) |