Y
Hacker News
new
|
ask
|
show
|
jobs
by
temprature
2982 days ago
Indeed, surely Mac OS includes its own man pages? man 2 mprotect, man 2 unlink
1 comments
saagarjha
2982 days ago
It does, but they generally match those in Linux pretty closely due to POSIX.
link
cat199
2982 days ago
on the higher level yes, but anything dealing with lower level things like kernel interfaces, devices, etc no
(similar situation for other unices and posix-likes)
link
saagarjha
2982 days ago
Yes, but mprotect and unlink are both high level API calls.
link