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