1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c instead.

This commit is contained in:
Roland McGrath
2012-08-17 14:16:12 -07:00
parent c91c505f22
commit e3b398f925
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
#include <sysdeps/unix/time.c>
#include <sysdeps/posix/time.c>