diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:16 +0000 |
| commit | b3e7694832e81d7a904a10f525f8797b753bf0d3 (patch) | |
| tree | b19639e949c04734767a61d8997b23a935c0015d /lib/libc/powerpc64/string | |
| parent | 95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff) | |
Diffstat (limited to 'lib/libc/powerpc64/string')
| -rw-r--r-- | lib/libc/powerpc64/string/bcopy_vsx.S | 2 | ||||
| -rw-r--r-- | lib/libc/powerpc64/string/memcpy_vsx.S | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/powerpc64/string/bcopy_vsx.S b/lib/libc/powerpc64/string/bcopy_vsx.S index fca9d3192e39..f1740d3db7b5 100644 --- a/lib/libc/powerpc64/string/bcopy_vsx.S +++ b/lib/libc/powerpc64/string/bcopy_vsx.S @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef FN_NAME diff --git a/lib/libc/powerpc64/string/memcpy_vsx.S b/lib/libc/powerpc64/string/memcpy_vsx.S index 83dd84ef7ee0..69554e026f35 100644 --- a/lib/libc/powerpc64/string/memcpy_vsx.S +++ b/lib/libc/powerpc64/string/memcpy_vsx.S @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #define FN_NAME __memcpy_vsx |
