diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-15 22:09:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-15 22:09:50 +0000 |
commit | 5833ba3946c09cf5af0ccf5bc61626f1f4a60825 (patch) | |
tree | 2c53e397c1afa861da454617eda831d7fe0dad5a /ldso/include | |
parent | 866ff45f90b2f1eaf8d8fb90cdb5ec88f96fc5db (diff) |
Just quote the whole darn thing so we can print any error msg we want
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-syscall.h | 2 |
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_ */ |