Update strace's list of ioctls.

This gets us the Android-specific ioctls. We don't decode the arguments,
but at least now instead of seeing something like this:

  ioctl(3, 0xc0046209, 0xbeb8ba28)        = 0
  ioctl(3, 0x40046205, 0xbeb8ba2c)        = 0

You see something like this:

  ioctl(3, BINDER_VERSION, 0xbe908a28)    = 0
  ioctl(3, BINDER_SET_MAX_THREADS, 0xbe908a2c) = 0

Change-Id: I3a3bc9786a46b785fb49b9902f9301dd54986649
2 files changed