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 7ad7a64aab..ec3310a7d3 100644
--- a/sysdeps/generic/frame.h
+++ b/sysdeps/generic/frame.h
@@ -19,6 +19,6 @@
struct layout
{
- void *next;
- void *return_address;
+ void *__unbounded next;
+ void *__unbounded return_address;
};