diff options
Diffstat (limited to 'extras/test/ld-preload-test/ld-preload-lib.c')
| -rw-r--r-- | extras/test/ld-preload-test/ld-preload-lib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/test/ld-preload-test/ld-preload-lib.c b/extras/test/ld-preload-test/ld-preload-lib.c index 88afd14c3e7..8f74a25cf68 100644 --- a/extras/test/ld-preload-test/ld-preload-lib.c +++ b/extras/test/ld-preload-test/ld-preload-lib.c @@ -43,7 +43,7 @@  #define PRELOAD_ERRNO_VERF      6449  #define set_errno()             (errno = PRELOAD_ERRNO_VERF) -inline void +void  intercept (char *call, int tabs)  {          while (tabs > 0) {  | 
