Skip to content

Commit

Permalink
unix: split out stream into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 31, 2011
1 parent 38ce213 commit 6fd340b
Show file tree
Hide file tree
Showing 6 changed files with 795 additions and 767 deletions.
1 change: 1 addition & 0 deletions config-unix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ OBJS += src/unix/error.o
OBJS += src/unix/process.o
OBJS += src/unix/tcp.o
OBJS += src/unix/pipe.o
OBJS += src/unix/stream.o

ifeq (SunOS,$(uname_S))
EV_CONFIG=config_sunos.h
Expand Down
Loading

0 comments on commit 6fd340b

Please sign in to comment.