Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
glog
Commits
ba8a9f69
Unverified
Commit
ba8a9f69
authored
May 07, 2019
by
Fumitoshi Ukai
Committed by
GitHub
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo: TOOD -> TODO (#448)
parent
0d0c2543
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
signalhandler.cc
src/signalhandler.cc
+1
-1
utilities.cc
src/utilities.cc
+1
-1
No files found.
src/signalhandler.cc
View file @
ba8a9f69
...
...
@@ -169,7 +169,7 @@ void DumpTimeInfo() {
g_failure_writer
(
buf
,
formatter
.
num_bytes_written
());
}
// TO
OD
(hamaji): Use signal instead of sigaction?
// TO
DO
(hamaji): Use signal instead of sigaction?
#ifdef HAVE_SIGACTION
// Dumps information about the signal to STDERR.
...
...
src/utilities.cc
View file @
ba8a9f69
...
...
@@ -142,7 +142,7 @@ static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) {
static
void
DumpStackTraceAndExit
()
{
DumpStackTrace
(
1
,
DebugWriteToStderr
,
NULL
);
// TO
OD
(hamaji): Use signal instead of sigaction?
// TO
DO
(hamaji): Use signal instead of sigaction?
if
(
IsFailureSignalHandlerInstalled
())
{
// Set the default signal handler for SIGABRT, to avoid invoking our
// own signal handler installed by InstallFailureSignalHandler().
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment