diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-11 01:54:42 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-10-11 01:54:42 +0000 |
commit | ca50fa940e9f94437f637b0dbd16791686def4e4 (patch) | |
tree | 142882d96fdb2071e494e9df769c5a7f742f2ac9 /lib/libc/arch/amd64 | |
parent | 224745bedead5656e01ef33f35e24f4c743dd06b (diff) |
Change to syscall is done, so delete an XXX comment
Diffstat (limited to 'lib/libc/arch/amd64')
-rw-r--r-- | lib/libc/arch/amd64/SYS.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/amd64/SYS.h b/lib/libc/arch/amd64/SYS.h index 1995012e895..2821493c42e 100644 --- a/lib/libc/arch/amd64/SYS.h +++ b/lib/libc/arch/amd64/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.6 2011/09/05 02:56:44 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.7 2011/10/11 01:54:41 guenther Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,10 +35,6 @@ * $NetBSD: SYS.h,v 1.5 2002/06/03 18:30:32 fvdl Exp $ */ -/* - * XXXfvdl change to use syscall/sysret. - */ - #include <machine/asm.h> #include <sys/syscall.h> |