Changeset 6fa3a03 in mainline


Ignore:
Timestamp:
2019-10-01T09:03:51Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2443ad8
Parents:
8f57fb2
git-author:
Jiri Svoboda <jiri@…> (2019-09-30 18:03:33)
git-committer:
Jiri Svoboda <jiri@…> (2019-10-01 09:03:51)
Message:

Improve the chances of trace's syscall table remaining up to date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/syscall.h

    r8f57fb2 r6fa3a03  
    3636#define _ABI_SYSCALL_H_
    3737
     38/** System calls.
     39 *
     40 * If you are adding or removing syscalls, or changing the number of
     41 * their arguments, please update syscall description table
     42 * in @c uspace/app/trace/syscalls.c
     43 */
    3844typedef enum {
    3945        SYS_KIO = 0,
Note: See TracChangeset for help on using the changeset viewer.