mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-22 03:03:43 +00:00
Fix C++ style // comments in a couple of C files
llvm-svn: 210325
This commit is contained in:
parent
f2a380325d
commit
eae19460a7
@ -100,8 +100,8 @@ void thread_runner(void *client_data_v) {
|
||||
}
|
||||
|
||||
static void flush_atexit(void) {
|
||||
// stdout, and surprisingly even stderr, are not always flushed on process
|
||||
// and thread exit, particularly when the system is under heavy load.
|
||||
/* stdout, and surprisingly even stderr, are not always flushed on process
|
||||
* and thread exit, particularly when the system is under heavy load. */
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
@ -4119,8 +4119,8 @@ void thread_runner(void *client_data_v) {
|
||||
}
|
||||
|
||||
static void flush_atexit(void) {
|
||||
// stdout, and surprisingly even stderr, are not always flushed on process
|
||||
// and thread exit, particularly when the system is under heavy load.
|
||||
/* stdout, and surprisingly even stderr, are not always flushed on process
|
||||
* and thread exit, particularly when the system is under heavy load. */
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user