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

forgot to add timerfd to the makefile #1404

Merged
merged 2 commits into from
Jan 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mak/COPY
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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\sys\inotify.d \
Expand Down
2 changes: 2 additions & 0 deletions mak/SRCS
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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