diff options
Diffstat (limited to 'sysdeps/unix/sysdep.h')
-rw-r--r-- | sysdeps/unix/sysdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysdep.h b/sysdeps/unix/sysdep.h index 0dde0b04a6..24be0063e0 100644 --- a/sysdeps/unix/sysdep.h +++ b/sysdeps/unix/sysdep.h @@ -55,6 +55,6 @@ Cambridge, MA 02139, USA. */ #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) +/* Terminate a system call named SYM. This is used on some platforms + to generate correct debugging information. */ +#define PSEUDO_END(sym) |