aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syslog.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-01-12 22:40:46 +0000
committerChristopher Faylor <me@cgf.cx>2005-01-12 22:40:46 +0000
commit169c465a83ef690c2f84ef563c5b56062ee2cb13 (patch)
tree0dde0f7b39a8dbad2b4577d1125ae0f4d189c888 /winsup/cygwin/syslog.cc
parent066e8c84249c6d4e81b22312b9d2a9f985dac35b (diff)
downloadnewlib-169c465a83ef690c2f84ef563c5b56062ee2cb13.zip
newlib-169c465a83ef690c2f84ef563c5b56062ee2cb13.tar.gz
newlib-169c465a83ef690c2f84ef563c5b56062ee2cb13.tar.bz2
Reorganize header file inclusion throughout so that cygerrno.h comes first.
* fhandler.h (select_record::thread_errno): Save any encountered errno here. (select_record::set_select_errno): New function. (select_record::saw_error): New function. (select_record::select_record): Initialize thread_errno to zero. * select.cc (set_handle_or_return_if_not_open): Set thread_errno on failure. (select_stuff::wait): Record errno for later resurrection in calling thread. (peek_serial): Ditto.
Diffstat (limited to 'winsup/cygwin/syslog.cc')
-rw-r--r--winsup/cygwin/syslog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc
index c053c22..62f6063 100644
--- a/winsup/cygwin/syslog.cc
+++ b/winsup/cygwin/syslog.cc
@@ -14,11 +14,11 @@ details. */
#include <syslog.h>
#include <stdarg.h>
#include <unistd.h>
+#include "cygerrno.h"
#include "security.h"
#include "path.h"
#include "fhandler.h"
#include "dtable.h"
-#include "cygerrno.h"
#include "cygheap.h"
#include "thread.h"
#include "cygtls.h"