Re: Re-routing System Calls
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 marek@portents.com _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Marek Kozubal