We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b737bb commit 79ca49fCopy full SHA for 79ca49f
internal/api/ext_headers.h
@@ -99,7 +99,6 @@ static inline int lc_get_time(time64_t *time_since_epoch)
99
#include <efi/efilib.h>
100
101
#include "errno_private.h"
102
-#include "lc_memcpy_secure.h"
103
104
#define LC_DEFINE_CONSTRUCTOR(_func) \
105
void __attribute__((constructor)) _func(void)
@@ -149,6 +148,8 @@ typedef int ssize_t;
149
148
150
#endif
151
+#include "lc_memcpy_secure.h"
152
+
153
void *memset(void *d, int c, unsigned long long n);
154
155
static inline int mlock(const void *ptr, size_t len)
0 commit comments