summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-15 22:09:50 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-15 22:09:50 +0000
commit5833ba3946c09cf5af0ccf5bc61626f1f4a60825 (patch)
tree2c53e397c1afa861da454617eda831d7fe0dad5a /ldso
parent866ff45f90b2f1eaf8d8fb90cdb5ec88f96fc5db (diff)
Just quote the whole darn thing so we can print any error msg we want
Diffstat (limited to 'ldso')
-rw-r--r--ldso/include/dl-syscall.h2
1 files changed, 1 insertions, 1 deletions
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_ */