Skip to content
Snippets Groups Projects
Commit 9a451ec7 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

include: Move execinfo.h to include/osv

parent 6275a371
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#include <string.h>
#include <stdlib.h>
#include <execinfo.h>
#include <osv/execinfo.h>
#include <osv/alloctracker.hh>
......
......@@ -6,7 +6,7 @@
*/
#include <osv/callstack.hh>
#include <execinfo.h>
#include <osv/execinfo.h>
#include <stddef.h>
#include <osv/execinfo.hh>
......
File moved
......@@ -5,7 +5,7 @@
* BSD license as described in the LICENSE file in the top-level directory.
*/
#include <execinfo.h>
#include <osv/execinfo.h>
#if 0
// Implementation using libunwind.a. This implementation works even with code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment