]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-12-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 28 Dec 2005 05:47:03 +0000 (05:47 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Dec 2005 05:47:03 +0000 (05:47 +0000)
* sysdeps/unix/sysv/aix/powerpc/memset.c: Don't use sysdeps/generic.

sysdeps/unix/sysv/aix/powerpc/memset.c

index 6955ef5e9199ff38b6d53642d222165ad78d3be4..352db13085863dbb60dfe96d0aa695ba766c5f80 100644 (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>