aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/sigreturn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/sys/sigreturn.S')
-rw-r--r--lib/libc/amd64/sys/sigreturn.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S
index 8e68520f351b..2556ab94e505 100644
--- a/lib/libc/amd64/sys/sigreturn.S
+++ b/lib/libc/amd64/sys/sigreturn.S
@@ -34,10 +34,11 @@
* SUCH DAMAGE.
*/
-#if defined(SYSLIBC_RCS) && !defined(lint)
- .text
- .asciz "$FreeBSD$"
-#endif /* SYSLIBC_RCS and not lint */
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+ .asciz "@(#)sigreturn.s 5.2 (Berkeley) 12/17/90"
+#endif /* SYSLIBC_SCCS and not lint */
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
#include "SYS.h"