Skip to content
Snippets Groups Projects
Commit 321bdb77 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Use the capsule_addr typedef in preference to ElfW(Addr)

parent 299220b7
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -163,7 +163,7 @@ cat - <<EOF ...@@ -163,7 +163,7 @@ cat - <<EOF
// a value the capsule code will care about: // a value the capsule code will care about:
capsule_item wrappers[] = capsule_item wrappers[] =
{ {
{ "dlopen", (ElfW(Addr)) _dlopen, (ElfW(Addr)) _dlopen }, { "dlopen", (capsule_addr) _dlopen, (capsule_addr) _dlopen },
{ NULL } { NULL }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment