Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153982961
D18664.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D18664.id.diff
View Options
Index: head/sys/kern/uipc_socket.c
===================================================================
--- head/sys/kern/uipc_socket.c
+++ head/sys/kern/uipc_socket.c
@@ -886,6 +886,8 @@
}
SOLISTEN_UNLOCK(sol);
wakeup_one(&sol->sol_comp);
+ if ((sol->so_state & SS_ASYNC) && sol->so_sigio != NULL)
+ pgsigio(&sol->so_sigio, SIGIO, 0);
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 6:19 AM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32143403
Default Alt Text
D18664.id.diff (351 B)
Attached To
Mode
D18664: Handle SIGIO for listening sockets
Attached
Detach File
Event Timeline
Log In to Comment