This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos 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: [PATCH] add ftok() and getenv() functions to the synthetic target


On Wednesday 19 October 2005 19:20, Alexander Neundorf wrote:
> Hi,
>
> the attached patch implements ftok() and getenv() for the synthetic target.
> This is quite useful, since often ipc keys are generated using ftok() and
> environment variables (getenv()).
> Both ftok() and getenv() are taken from FreeBSD. The FreeBSD getenv() is
> smaller and has no dependencies as compared to the eCos getenv() (which
> uses strlen() and strncmp()).
>
> Please apply.

Any comments ?

Alex


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