Namespace: abort2() is a BSD extension.
This commit is contained in:
parent
3dd54fea1a
commit
f29890082d
@ -80,7 +80,6 @@ extern int __mb_cur_max;
|
||||
|
||||
__BEGIN_DECLS
|
||||
void abort(void) __dead2;
|
||||
void abort2(const char *, int, void **) __dead2;
|
||||
int abs(int) __pure2;
|
||||
int atexit(void (*)(void));
|
||||
double atof(const char *);
|
||||
@ -240,6 +239,7 @@ extern void (*_malloc_message)(const char *, const char *, const char *,
|
||||
void *alloca(size_t);
|
||||
#endif
|
||||
|
||||
void abort2(const char *, int, void **) __dead2;
|
||||
__uint32_t
|
||||
arc4random(void);
|
||||
void arc4random_addrandom(unsigned char *, int);
|
||||
|
Loading…
x
Reference in New Issue
Block a user