sim: bfin: expand CB_SYS_xxx comment

This commit is contained in:
Mike Frysinger 2015-06-12 12:12:52 -04:00
parent 306f4178ef
commit aaa9dc0170
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-06-12 Mike Frysinger <vapier@gentoo.org>
* interp.c: Expand comment on CB_SYS_xxx defines.
2015-06-12 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.

View File

@ -36,7 +36,9 @@
#include "targ-vals.h"
/* The numbers here do not matter. They just need to be unique. */
/* The numbers here do not matter. They just need to be unique. They also
need not be static across releases -- they're used internally only. The
mapping from the Linux ABI to the CB values is in linux-targ-map.h. */
#define CB_SYS_ioctl 201
#define CB_SYS_mmap2 202
#define CB_SYS_munmap 203