tilegx: fix sysdep.h to avoid a redefinition warning
commit5d24aa6056c7e70dc96948c6c6c84ed4a523ec65
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:22:28 +0000 (26 16:22 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:22:28 +0000 (26 16:22 -0500)
treeb7b87aab14297917a25e47978c0cac913de4248d
parent7c1395a7e4d3d994a986ef2bc5457ba3f4aaec22
tilegx: fix sysdep.h to avoid a redefinition warning

The symbol for HAVE_CLOCK_GETTIME_VSYSCALL was being
only conditionally defined under [SHARED].  However, it turns
out this causes a preprocessor symbol redefinition warning
when building clock_gettime.o.  Move the symbol definition
down to make it unconditional, like other platforms do.
ChangeLog
sysdeps/unix/sysv/linux/tile/sysdep.h