mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
19456: Fix ptmx tests, again.
This commit is contained in:
parent
01c29ffd95
commit
2073eca9f3
6 changed files with 48 additions and 9 deletions
|
|
@ -37,6 +37,14 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __linux
|
||||
/*
|
||||
* Turn on numerous extensions.
|
||||
* This is in order to get the functions for manipulating /dev/ptmx.
|
||||
*/
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
|
||||
/* NeXT has half-implemented POSIX support *
|
||||
* which currently fools configure */
|
||||
#ifdef __NeXT__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue