Skip to content

Commit

Permalink
re-enable itimer [#15]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 23, 2024
1 parent 21ddac5 commit 8b9ee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libc/posix/signal/itimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <libc/stubs.h>
#include <sys/time.h>
#include <sys/exceptn.h>
#include <errno.h>
#include <stdint.h>
#include <dpmi.h>
Expand Down
2 changes: 1 addition & 1 deletion src/libc/posix/signal/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
TOP=../..

#SRC += itimer.c
SRC += itimer.c
SRC += kill.c
SRC += sigactio.c
SRC += sigaddse.c
Expand Down

0 comments on commit 8b9ee0c

Please sign in to comment.