mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove execinfo.h include
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
module builtin
|
||||
|
||||
fn C.backtrace(a voidptr, b int) int
|
||||
|
||||
fn C.memcpy(byteptr, byteptr, int)
|
||||
fn C.memmove(byteptr, byteptr, int)
|
||||
@ -14,7 +13,8 @@ fn C.strlen(s byteptr) int
|
||||
|
||||
|
||||
|
||||
fn C.backtrace_symbols_fd(voidptr, int, int)
|
||||
fn backtrace(a voidptr, b int) int
|
||||
fn backtrace_symbols_fd(voidptr, int, int)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user