Re: Re-routing System Calls
Re: Re-routing System Calls
- Subject: Re: Re-routing System Calls
- From: Marek Kozubal <email@hidden>
- Date: Thu, 24 Jun 2004 23:03:02 -0400 (EDT)
On Thu, 24 Jun 2004, Krishna Monian wrote:
Hi All
I am in the process of rerouting system calls to my
own versions. Most of the calls are related to the
file system. Could someone tell me where I could get
the signatures for all the functions for which there
is a define in the syscall.h header.
Bad idea, don't go there, stop right were you are! There was a thread on
this previously, look in the archives.
I would believe apple would suggest a layered file system before they
suggested doing anything with the syscall table. Thats even more likely
to break than the layered file systems at the moment. The Apple folks
nearly had a heart attack when someone was doing this with exit().
---
Marek Kozubal
email@hidden
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.