mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-03 14:14:11 -04:00
Add link to Apple bug.
This commit is contained in:
4
rsync.h
4
rsync.h
@@ -567,7 +567,9 @@ extern int errno;
|
||||
#define NS(s) ((s)?(s):"<NULL>")
|
||||
|
||||
#if !defined(__GNUC__) || defined(APPLE)
|
||||
/* Apparently the OS X port of gcc gags on __attribute__. */
|
||||
/* Apparently the OS X port of gcc gags on __attribute__.
|
||||
*
|
||||
* <http://www.opensource.apple.com/bugs/X/gcc/2512150.html> */
|
||||
#define __attribute__(x)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user