Opened 14 years ago
Closed 14 years ago
#232 closed defect (invalid)
Remove sys/mman.h
Reported by: | KO Myung-Hun | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libc | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi/2.
libc has sys/mman.h, but it does not implement any functions declared in it.
So when checking mmap() feature by using a existence of sys/mman.h, it succeedes, but linking comes to fail.
As a result, I think it would be better to remove it.
Note:
See TracTickets
for help on using tickets.
The only function declared in it is mprotect() and it is implemented. The file will not be removed.