Force use of SYS_open on aarch64 as well
authorPetr Machata <pmachata@apm-mustang-ev2-02.ml3.eng.bos.redhat.com>
Fri, 31 Jan 2014 00:42:16 +0000 (19:42 -0500)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
commitd57069175dc37d27cd783d27c34f3b9c64bc3acf
treec75badd29a1a50d7d1c1fb9402c9eeb99fdff058
parent8b7c2b422eb5a79348ab56c8e8ce80a9ab1b62b9
Force use of SYS_open on aarch64 as well

- That system call is not implemented on aarch64, but we don't
  care, we are only calling it to see if the parameters get decoded
  properly.  So call using the "syscall" wrapper, and hard-code
  SYS_open value on aarch64, where glibc doesn't define it.
testsuite/ltrace.main/system_call_params.exp