Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions ReactAndroid/src/main/jni/third-party/glog/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1

#define HAVE_PREAD 1

#define HAVE_PWRITE 1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed modifying this file in last change.


/* define if the compiler implements pthread_rwlock_* */
#define HAVE_RWLOCK 1

Expand Down Expand Up @@ -183,4 +179,4 @@
#undef HAVE_SYSCALL_H
#undef HAVE_SYS_SYSCALL_H
#undef OS_LINUX
#undef OS_MACOSX
#undef OS_MACOSX
Loading