Follow up to r289732: Update comments in source files to reference .cpp files
Patch by Hansang Bae git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@289739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* z_Linux_util.c -- platform specific routines.
|
||||
* z_Linux_util.cpp -- platform specific routines.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1503,7 +1503,7 @@ __kmp_atfork_child (void)
|
||||
Suggestion is to make the library initialization lazier, similar
|
||||
to what done for __kmpc_begin(). */
|
||||
// TODO: synchronize all static initializations with regular library
|
||||
// startup; look at kmp_global.c and etc.
|
||||
// startup; look at kmp_global.cpp and etc.
|
||||
//__kmp_internal_begin ();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user