[Lldb-commits] [PATCH] Use accept instead of accept4 for Android.

Tamas Berghammer tberghammer at google.com
Thu Jul 2 02:33:32 PDT 2015


I agree with Pavel that the toolchain shouldn't generate any source code what is using a missing syscall. I checked the implementation of accept on Gingerbread (API-9) and it is using the right syscall (https://android.googlesource.com/platform/bionic/+/gingerbread-release/libc/arch-arm/syscalls/accept.S).

I am not sure what is causing this issue, but one of my guess is that you are statically linking against a wrong version of libc.


http://reviews.llvm.org/D10887

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list