summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysdep.h')
-rw-r--r--sysdeps/unix/sysdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysdep.h b/sysdeps/unix/sysdep.h
index 456970638c..0dde0b04a6 100644
--- a/sysdeps/unix/sysdep.h
+++ b/sysdeps/unix/sysdep.h
@@ -54,3 +54,7 @@ Cambridge, MA 02139, USA. */
#else
#define SYS_ify(syscall_name) SYS_/**/syscall_name
#endif
+
+/* Terminate a function named SYM. This is used on some platforms to
+ generate correct debugging information. */
+#define END(sym)