fix compilation on systems without SYMLOOP_MAX

This commit is contained in:
Damien Miller 2015-10-15 15:48:28 -07:00
parent fafe1d84a2
commit eb6c50d82a
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@
#include <unistd.h>
#include <limits.h>
#ifndef SYMLOOP_MAX
# define SYMLOOP_MAX 32
#endif
/* A slightly modified copy of this file exists in libexec/ld.so */
/*