* commit 'aa3c17e8f8b9b3b5b8dc3c7c0fbe85b774f83722': Fix build.
This commit is contained in:
commit
6b6c5791a0
@ -28,7 +28,7 @@
|
||||
|
||||
#undef _FORTIFY_SOURCE
|
||||
#include <unistd.h>
|
||||
#include "libc_logging.h"
|
||||
#include "private/libc_logging.h"
|
||||
|
||||
extern "C" ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) {
|
||||
if (__predict_false(count > buf_size)) {
|
||||
|
Loading…
Reference in New Issue
Block a user