This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: making changes in libc - take 2


* asenat dadon:

> my questions are as follows:
> 1. i appreciate if you send me a site that include all the libc code

You should look at the code from the Git master branch:

  <https://sourceware.org/glibc/wiki/GlibcGit#Fetching_The_Repository>

> 2. where can i found the wrapper functions for the exec family, open,
> write, fork etc. by wrapper function i mean something like:
>     void wrapper_function()
>         exec functional code
>         invoke interrupt
>     end wrapper_function

I think I tried to answer this question already.  We can revisit this
once you have looked at the actual source code.

> 3. i will also appreciate if you can specify a name of a member that
> is located in israel if possible

Sorry, I don't know.  Some of us are in Europe, which is at least
reasonably close time-zone-wise.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]