mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-28 20:29:13 +00:00
e93f00c3df
Former-commit-id: cc8b83545788a2f0260476c9d70cf1a8171e8c6f
9 lines
166 B
C
9 lines
166 B
C
/*
|
|
* Intel's compiler creates an implicit call to this function at the
|
|
* start of main().
|
|
*
|
|
*/
|
|
void __libgcc __intel_new_proc_init ( void ) {
|
|
/* Do nothing */
|
|
}
|