Skip to content

Commit

Permalink
Install bits/timex.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Ulrich Drepper committed Apr 1, 2011
1 parent 4c1423e commit 6e63d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e63d5e

Please sign in to comment.