diff options
Diffstat (limited to 'bits/link.h')
-rw-r--r-- | bits/link.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bits/link.h b/bits/link.h index 6b4f811c25..470b4d3e5f 100644 --- a/bits/link.h +++ b/bits/link.h @@ -1 +1,4 @@ -#error "Architecture-specific definition needed." +struct link_map_machine + { + /* empty by default */ + }; |