From 7031b26a6b950ac2aae555dc1cf2ee4befc3caa5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 28 Dec 2005 05:47:03 +0000 Subject: [PATCH] 2005-12-27 Roland McGrath * sysdeps/unix/sysv/aix/powerpc/memset.c: Don't use sysdeps/generic. --- sysdeps/unix/sysv/aix/powerpc/memset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/aix/powerpc/memset.c b/sysdeps/unix/sysv/aix/powerpc/memset.c index 6955ef5e91..352db13085 100644 --- a/sysdeps/unix/sysv/aix/powerpc/memset.c +++ b/sysdeps/unix/sysv/aix/powerpc/memset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,4 +18,4 @@ /* Until the cache line issues are resolved use the generic implementation. */ -#include +#include