From 5833ba3946c09cf5af0ccf5bc61626f1f4a60825 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Aug 2005 22:09:50 +0000 Subject: Just quote the whole darn thing so we can print any error msg we want --- ldso/include/dl-syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h index b762f7bed..3f20229cd 100644 --- a/ldso/include/dl-syscall.h +++ b/ldso/include/dl-syscall.h @@ -141,7 +141,7 @@ static inline void * _dl_mmap(void * addr, unsigned long size, int prot, fd, (off_t) (offset >> MMAP2_PAGE_SHIFT))); } #else -#error Your architecture does not provide mmap() !? +#error "Your architecture doesn't seem to provide mmap() !?" #endif #endif /* _LD_SYSCALL_H_ */ -- cgit v1.2.3