Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
roytam1 2021-02-12 10:52:27 +08:00
commit b1db2370ed
37 changed files with 1562 additions and 1471 deletions

View file

@ -24,10 +24,12 @@
* Red Hat Author(s): Behdad Esfahbod
*/
#ifndef __FreeBSD__
/* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199309L
#endif
#endif
#include "hb-private.hh"