Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c instead.
authorRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 21:16:12 +0000 (14:16 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 21:16:12 +0000 (14:16 -0700)
ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc64/time.c
sysdeps/unix/sysv/linux/time.c

index 2b7fc94..eeab2bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
 
        * sysdeps/unix/time.c: Moved ...
        * sysdeps/posix/time.c: ... here.
+       * sysdeps/unix/sysv/linux/time.c: Adjust #include.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
 
        * sysdeps/unix/nice.c: Moved ...
        * sysdeps/posix/nice.c: ... here.
index f01d575..a73783e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2012 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
@@ -37,6 +37,6 @@ libc_hidden_def (time)
 
 #else
 
-# include <sysdeps/unix/time.c>
+# include <sysdeps/posix/time.c>
 
 #endif