diff options
Diffstat (limited to 'usr/src/lib/libc/sparc/sys')
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/__clock_gettime.s | 9 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/__getcontext.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/door.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/forkallx.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/forkx.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/gettimeofday.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/syscall.s | 4 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/sys/vforkx.s | 4 |
9 files changed, 11 insertions, 30 deletions
diff --git a/usr/src/lib/libc/sparc/sys/__clock_gettime.s b/usr/src/lib/libc/sparc/sys/__clock_gettime.s index a464864da2..7e630055de 100644 --- a/usr/src/lib/libc/sparc/sys/__clock_gettime.s +++ b/usr/src/lib/libc/sparc/sys/__clock_gettime.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -24,9 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__clock_gettime.s" #include <sys/time_impl.h> #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/__getcontext.s b/usr/src/lib/libc/sparc/sys/__getcontext.s index 86364e3ee3..7fb3ad3f25 100644 --- a/usr/src/lib/libc/sparc/sys/__getcontext.s +++ b/usr/src/lib/libc/sparc/sys/__getcontext.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "__getcontext.s" /* * __getcontext() must be implemented in assembler, as opposed diff --git a/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s index 62a0a82b8c..0e9b775dd2 100644 --- a/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s +++ b/usr/src/lib/libc/sparc/sys/_lwp_mutex_unlock.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_lwp_mutex_unlock.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparc/sys/door.s b/usr/src/lib/libc/sparc/sys/door.s index b7fb6abce2..ce788bdbe8 100644 --- a/usr/src/lib/libc/sparc/sys/door.s +++ b/usr/src/lib/libc/sparc/sys/door.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "door.s" #include "SYS.h" #include <sys/door.h> diff --git a/usr/src/lib/libc/sparc/sys/forkallx.s b/usr/src/lib/libc/sparc/sys/forkallx.s index 32dbdadd6e..6232c6448c 100644 --- a/usr/src/lib/libc/sparc/sys/forkallx.s +++ b/usr/src/lib/libc/sparc/sys/forkallx.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkallx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/forkx.s b/usr/src/lib/libc/sparc/sys/forkx.s index b86bcbbfcc..7b8ca05ad9 100644 --- a/usr/src/lib/libc/sparc/sys/forkx.s +++ b/usr/src/lib/libc/sparc/sys/forkx.s @@ -27,9 +27,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "forkx.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/gettimeofday.s b/usr/src/lib/libc/sparc/sys/gettimeofday.s index dedd12fd7b..1bc9016a18 100644 --- a/usr/src/lib/libc/sparc/sys/gettimeofday.s +++ b/usr/src/lib/libc/sparc/sys/gettimeofday.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "gettimeofday.s" /* * C library -- gettimeofday diff --git a/usr/src/lib/libc/sparc/sys/syscall.s b/usr/src/lib/libc/sparc/sys/syscall.s index f90ee2c92e..70f3618642 100644 --- a/usr/src/lib/libc/sparc/sys/syscall.s +++ b/usr/src/lib/libc/sparc/sys/syscall.s @@ -27,8 +27,6 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * C library -- int syscall(int sysnum, ...); * C library -- int __systemcall(sysret_t *, int sysnum, ...); @@ -45,7 +43,7 @@ * use it here because this code is shared between sparcv8 and sparcv9. */ - .file "%M%" + .file "syscall.s" #include "SYS.h" diff --git a/usr/src/lib/libc/sparc/sys/vforkx.s b/usr/src/lib/libc/sparc/sys/vforkx.s index 2757668e6b..d67e23f071 100644 --- a/usr/src/lib/libc/sparc/sys/vforkx.s +++ b/usr/src/lib/libc/sparc/sys/vforkx.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "vforkx.s" #include "SYS.h" #include <assym.h> |
