View | Details | Raw Unified | Return to bug 207301
Collapse All | Expand All

(-)sal/osl/unx/sockimpl.h (-1 / +1 lines)
Lines 63-69 Link Here
63
	sal_Char m_Name[PATH_MAX + 1];
63
	sal_Char m_Name[PATH_MAX + 1];
64
	oslInterlockedCount m_nRefCount;
64
	oslInterlockedCount m_nRefCount;
65
	sal_Bool m_bClosed;
65
	sal_Bool m_bClosed;
66
#if defined(LINUX)
66
#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT
67
    sal_Bool m_bIsAccepting;
67
    sal_Bool m_bIsAccepting;
68
    sal_Bool m_bIsInShutdown;
68
    sal_Bool m_bIsInShutdown;
69
#endif
69
#endif

Return to bug 207301