[csw-devel] [PATCH] O_DIRECTORY workaround in vlc_fixups.h
Joerg Schilling
Joerg.Schilling at fokus.fraunhofer.de
Wed Feb 29 15:52:16 CET 2012
Maciej Blizinski <maciej at opencsw.org> wrote:
>
> +/* O_DIRECTORY is a Linux-specific constant, not present in Solaris and BSD
> + * systems. */
> +#ifndef O_DIRECTORY
> +#define O_DIRECTORY 0
> +#endif
> +
> #endif /* !LIBVLC_FIXUPS_H */
O_DIRECTORY is a proposal from me for POSIX.
It should be present on POSIX.1-2008 compliant platforms.
Jörg
--
EMail:joerg at schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js at cs.tu-berlin.de (uni)
joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
More information about the devel
mailing list