Date: Sun, 13 May 2018 22:36:42 +0200 From: Stefan Hagen <freebsd-current@textmail.me> To: freebsd-current@freebsd.org Subject: Re: How to access SIGWINCH? Message-ID: <20180513203642.GA35071@ptrace.hagen.corp> In-Reply-To: <20180513201344.GA34676@ptrace.hagen.corp> References: <20180513201344.GA34676@ptrace.hagen.corp>
next in thread | previous in thread | raw e-mail | index | archive | help
Stefan Hagen wrote: > I can compile my code with this switch, but is this the proper way to do it? > I would expect something like this behind -D_BSD_SOURCE or > -D_XOPEN_SOURCE=700. Answering myself. I had -D_XOPEN_SOURCE=700 defined which essentially blocks access to SIGWINCH. Not defining -D_XOPEN_SOURCE on FreeBSD fixed my issue. Best Regards, Stefan -- Stefan Hagen Phone: +49 (0)176 642 925 17 Defender of RFC 1855 | PGP Key in Header.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180513203642.GA35071>