2005-12-27 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/aix/powerpc/memset.c: Don't use sysdeps/generic.
This commit is contained in:
Roland McGrath 2005-12-28 05:47:03 +00:00
parent e526306756
commit 7031b26a6b
1 changed files with 2 additions and 2 deletions

View File

@ -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 <sysdeps/generic/memset.c>
#include <string/memset.c>