diff options
Diffstat (limited to 'msgerr.cc')
-rw-r--r-- | msgerr.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/msgerr.cc b/msgerr.cc deleted file mode 100644 index b0f601b..0000000 --- a/msgerr.cc +++ /dev/null @@ -1,7 +0,0 @@ -# include <fcntl.h> -# include <luma/main.hh> -# include <unistd.h> -void luma::msgerr(char const * msg) { - int pipe = ::open("/dev/stderr",O_WRONLY); - return luma::msg(pipe,msg); -} |