Remove detailed abort, too many compatibility issues
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
#ifndef _BITS_STDLIB_H
|
||||
#define _BITS_STDLIB_H
|
||||
|
||||
// C++ needs abort to be a function, and cannot use this
|
||||
#ifndef __cplusplus
|
||||
// Override abort function with detailed abort in C
|
||||
#define abort() __abort(__func__, __FILE__, __LINE__)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user