mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
add GNU/Hurd workaround
thanks Fabienne Ducroquet
This commit is contained in:
parent
1a829fd76d
commit
279baed9c6
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
#include "awesome-client.h"
|
||||
#include "util.h"
|
||||
|
||||
/* GNU/Hurd workaround */
|
||||
#ifndef MSG_NOSIGNAL
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue