4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-02 13:05:42 +08:00

Cygwin: AF_UNIX: fix #ifdef __WITH_AF_UNIX spot

This commit is contained in:
Corinna Vinschen 2019-02-09 19:42:00 +01:00
parent f527171a93
commit bd16e44f1b

View File

@ -858,6 +858,8 @@ public:
}
};
#ifdef __WITH_AF_UNIX
/* Internal representation of shutdown states */
enum shut_state {
_SHUT_NONE = 0,
@ -956,8 +958,6 @@ class af_unix_shmem_t
struct ucred *peer_cred () { return &_peer_cred; }
};
#ifdef __WITH_AF_UNIX
class fhandler_socket_unix : public fhandler_socket
{
protected: