Re: read Cygwin-set Windows-EA-XATTRs from Linux?
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <ZKKuAFE//[email protected]> |
On Jun 23 23:05, Philippe Cerfon wrote: > Hey. > > As far as I understand, it's newlib that maps Cygwins POSIX XATTRs > into Windows EAs, right? No, xattr handling is Cygwin-only. Filesystem-specific features like xattr, or ACLs are beyond the scope of newlib. Corinna