Opened 13 years ago

Closed 13 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.

Change History (1)

comment:1 Changed 13 years ago by bird

Resolution: invalid
Status: newclosed

The only function declared in it is mprotect() and it is implemented. The file will not be removed.

Note: See TracTickets for help on using tickets.