glibc-2.28

Gbp-Pq: Name glibc-2.28.patch
This commit is contained in:
Optical Media Tools Team 2022-05-23 18:36:29 +08:00 committed by openKylinBot
parent 569d56e5ce
commit a3a07ff773
2 changed files with 8 additions and 0 deletions

View File

@ -444,6 +444,10 @@
#include <assert.h>
#include "mp.h"
#if defined(__GNU_LIBRARY__)
# include <sys/sysmacros.h>
#endif
#if defined(__unix) || defined(__unix__)
# include <unistd.h>
# include <sys/time.h>

View File

@ -53,6 +53,10 @@ inline long getmsecs()
#define ENV_LOCALE ".OCP"
#endif
#if defined(__GNU_LIBRARY__)
# include <sys/sysmacros.h>
#endif
#include "asctable.h"
#define CREAM_ON_ERRNO_NAKED(s) \