about summary refs log tree commit diff
path: root/misc/sstk.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sstk.c')
-rw-r--r--misc/sstk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sstk.c b/misc/sstk.c
index 0a2a967917..dda6f7b426 100644
--- a/misc/sstk.c
+++ b/misc/sstk.c
@@ -19,7 +19,7 @@
 #include <shlib-compat.h>
 
 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_32)
-void *
+void * attribute_compat_text_section
 sstk (int increment)
 {
   __set_errno (ENOSYS);