Install bits/timex.h header.

This commit is contained in:
Andreas Schwab 2011-04-01 10:40:53 -04:00 committed by Ulrich Drepper
parent 4c1423edfb
commit 6e63d5e1ae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-01 Andreas Schwab <schwab@redhat.com>
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
bits/timex.h
2011-04-01 Ulrich Drepper <drepper@gmail.com>
* iconv/iconv.h: Fix typo in comment.

View File

@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d
endif
ifeq ($(subdir),time)
sysdep_headers += sys/timex.h
sysdep_headers += sys/timex.h bits/timex.h
sysdep_routines += ntp_gettime ntp_gettimex
endif