diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-03 18:07:13 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-03 18:07:13 +0200 |
commit | 5044feb835653ba98ee48cf243fe5d3ab184fa3c (patch) | |
tree | 42e2f214506c88a7be98bd016174effc2479610f /Makefile | |
parent | 0243f128ddc7ee44db1a8b95f76eb726122ee1d5 (diff) |
Implementing MMap for Linux, and fixing a few details.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ BRegex.cc \ Handle.cc \ Input.cc \ Output.cc \ +MMap.cc \ Socket.cc \ Selectable.cc \ Buffer.cc \ |