Skip to content

Commit

Permalink
[syscalls] remove an extraneous line in the syscall table
Browse files Browse the repository at this point in the history
Change-Id: Ida6fdd410bf44285117daca91d18fd2f15a25aa9
  • Loading branch information
travisg committed Dec 16, 2016
1 parent a4f254d commit 710fc15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/public/magenta/syscalls.sysgen
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ syscall process_exit noreturn
(retcode: int);

syscall process_create
(job: mx_handle_t, name: char[name_len] IN, name_len: uint32_t, options: uint32_t,
out: mx_handle_t[1] OUT)
(job: mx_handle_t, name: char[name_len] IN, name_len: uint32_t, options: uint32_t,
proc_handle: mx_handle_t[1] OUT, vmar_handle: mx_handle_t[1] OUT)
returns (mx_status_t);
Expand Down

0 comments on commit 710fc15

Please sign in to comment.