freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] LFS support in builds/unix/ftsystem.c


From: Werner LEMBERG
Subject: Re: [ft-devel] LFS support in builds/unix/ftsystem.c
Date: Sun, 22 Dec 2013 07:40:31 +0100 (CET)

> Here is the compile-tested patch for using O_CLOEXEC: [...]
>
> +#ifdef O_CLOEXEC

According to the stuff in the gnulib git repository
(http://git.savannah.gnu.org/gitweb/?p=gnulib.git), the right way for
testing this flag is rather

  #if O_CLOEXEC
  ...

gnulib is an incredible source of portability knowledge...

> Let me know if I need to state anything about this being in the
> public domain, copyright assignment, etc...

Contributing a patch to the list is sufficient :-)

> nevermind...  looks like this needs some #defining too...  will keep
> poking at it.

What's the problem?


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]