mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c instead.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user