Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1404 from adamdruppe/timerfd_header
Browse files Browse the repository at this point in the history
forgot to add timerfd to the makefile
  • Loading branch information
MartinNowak committed Jan 13, 2016
1 parent d0e4dc9 commit c101e68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mak/COPY
Expand Up @@ -66,8 +66,10 @@ COPY=\
$(IMPDIR)\core\sys\linux\execinfo.d \
$(IMPDIR)\core\sys\linux\fcntl.d \
$(IMPDIR)\core\sys\linux\link.d \
$(IMPDIR)\core\sys\linux\stdio.d \
$(IMPDIR)\core\sys\linux\termios.d \
$(IMPDIR)\core\sys\linux\time.d \
$(IMPDIR)\core\sys\linux\timerfd.d \
$(IMPDIR)\core\sys\linux\tipc.d \
$(IMPDIR)\core\sys\linux\unistd.d \
\
Expand Down
1 change: 1 addition & 0 deletions mak/MANIFEST
Expand Up @@ -96,6 +96,7 @@ MANIFEST=\
src\core\sys\linux\stdio.d \
src\core\sys\linux\termios.d \
src\core\sys\linux\time.d \
src\core\sys\linux\timerfd.d \
src\core\sys\linux\tipc.d \
src\core\sys\linux\unistd.d \
\
Expand Down
2 changes: 2 additions & 0 deletions mak/SRCS
Expand Up @@ -50,7 +50,9 @@ SRCS=\
src\core\sys\freebsd\execinfo.d \
src\core\sys\freebsd\sys\event.d \
\
src\core\sys\linux\epoll.d \
src\core\sys\linux\stdio.d \
src\core\sys\linux\timerfd.d \
src\core\sys\linux\tipc.d \
\
src\core\sys\posix\signal.d \
Expand Down

0 comments on commit c101e68

Please sign in to comment.