Remove detailed abort, too many compatibility issues

This commit is contained in:
Jeremy Soller
2023-03-10 11:33:53 -07:00
parent e7b70fdb93
commit 0646140d99
3 changed files with 3 additions and 31 deletions
-6
View File
@@ -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