aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/frame.h')
-rw-r--r--sysdeps/generic/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/frame.h b/sysdeps/generic/frame.h
index e6dfc72f31..cae84ef3e2 100644
--- a/sysdeps/generic/frame.h
+++ b/sysdeps/generic/frame.h
@@ -18,6 +18,6 @@
struct layout
{
- void *__unbounded next;
- void *__unbounded return_address;
+ void *next;
+ void *return_address;
};