Re: DYLD_INSERT_LIBRARIES and read()
Re: DYLD_INSERT_LIBRARIES and read()
- Subject: Re: DYLD_INSERT_LIBRARIES and read()
- From: "stephen joseph butler" <email@hidden>
- Date: Thu, 13 Mar 2008 02:19:47 -0500
On Thu, Mar 13, 2008 at 1:47 AM, Luke Daley <
email@hidden> wrote:
I have written an implementation of read(int, void*, size_t) that I
am trying to use via DYLD_INSERT_LIBRARIES. I have this working fine
on 10.4, but not on 10.5.
I have read http://lists.apple.com/archives/Darwin-dev/2007/Nov/
msg00061.html but am still not clear on what I need to do. A follow
up to that post mentions including a header. I can't seem to find any
detail on this header.
Look at the function prototype declaration in <unistd.h> on 10.5. You have to do yours the same way. Macros are defined in <sys/cdefs.h>.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden