mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
parent
5447c406e5
commit
ddc79d5563
@ -135,7 +135,7 @@ static int lookup_tid_by_client_socket(int sd)
|
||||
* Synchronize calls so that the large 'sockaddr_un' can be allocated
|
||||
* in the BSS rather than the stack.
|
||||
*/
|
||||
Lock lock;
|
||||
static Lock lock;
|
||||
Lock::Guard guard(lock);
|
||||
|
||||
static sockaddr_un name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user