Marco Vanotti 66071e276f sys/fuchsia: fix task syscalls.
This commit fixes two issues related to the task syscalls.

The zx_task_resume syscall has been recently removed from zircon[0]. It
has been deprecated for some time already. This commit removes the
syscall.

The `ZX_EXCEPTION_PORT_UNBIND_QUIETLY` option for the syscall
`zx_task_bind_exception_port` has been removed recently as well[1]. This
commit removes that option from tasks.txt.

To test this change, I followed the procedure for building syzkaller for
fuchsia:

```shell
$ make extract TARGETOS=fuchsia SOURCEDIR=${FUCHSIADIR}
$ make generate
$ make TARGETOS=fuchsia TARGETARCH=amd64 SOURCEDIR=${FUCHSIADIR}
```

I excluded the changes from make extract. This commit only has the
generated files from make generate.

[0]: https://fuchsia-review.googlesource.com/c/zircon/+/228712
[1]: https://fuchsia-review.googlesource.com/c/zircon/+/228658
2018-11-29 21:27:15 +00:00
..
2018-11-29 21:27:15 +00:00
2018-09-06 10:56:09 +02:00
2018-07-07 13:56:36 +02:00
2017-09-25 08:47:48 +02:00
2017-09-25 08:47:48 +02:00
2018-06-29 20:55:42 +02:00
2018-06-30 17:30:05 +02:00
2018-08-30 21:45:04 -07:00
2018-06-29 20:55:42 +02:00
2018-08-30 21:45:04 -07:00
2018-11-29 21:27:15 +00:00
2018-08-30 21:45:04 -07:00
2018-07-07 13:56:36 +02:00
2017-09-25 08:47:48 +02:00
2018-11-21 05:56:43 +01:00
2018-07-07 13:56:36 +02:00