This is the mail archive of the ecos-discuss@sources.redhat.com 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: libc support


> > 00000000 g     F .text.setuid	00000018 setuid
> > 00000000 g     F .text.setgid	00000018 setgid
> > 00000000 g     F .text.mkdir	000000c7 mkdir
> > 00000000 g     F .text.rmdir	000000c7 rmdir
> > 00000000 g     F .text.rename	00000119 rename
> > 00000000 g     F .text.chdir	0000014e chdir
> <snip snip>
> 
> Yes, but as you can see, some are cleary not actually supported even
> if the symbol is in the library.

Depends how you define not supported.

__externC int   setuid    ( uid_t uid ) { errno = EPERM; return -1;

I would say this is supported in a very sensible manor. 

There are a few comments in the documentation about this in the
documentation. Basically, if its in ISO 9899:1990, eCos has it.

      Andrew


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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