mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix misssing line in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2481f5f9f9
commit
05c5405d34
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
#ifdef __block
|
||||
/* Turn off Clang built-in __block */
|
||||
#undef __block
|
||||
#endif
|
||||
#define __block __gs_unistd_block
|
||||
#include <unistd.h>
|
||||
#undef __block
|
||||
|
|
Loading…
Reference in a new issue