mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Namespace: abort2() is a BSD extension.
This commit is contained in:
parent
32f1a59174
commit
b38a55d49d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189820
@ -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…
Reference in New Issue
Block a user