diff options
| author | John Levon <john.levon@joyent.com> | 2019-11-12 17:06:15 +0000 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2019-11-12 17:06:15 +0000 |
| commit | 213ad202ab8e5f03261d0132e7ce93f013951b9f (patch) | |
| tree | 86782e4e21c146b34395ef8f8c9a532ae3c97ebc /usr/src/cmd | |
| parent | a17f3276219a7de29877a65aa777c3d8832d3939 (diff) | |
| parent | 5796d84826a0c137fbf7192ab39fbd8ddeb52d41 (diff) | |
| download | illumos-joyent-OS-8042.tar.gz | |
Merge branch 'master' into OS-8042OS-8042
Diffstat (limited to 'usr/src/cmd')
| -rw-r--r-- | usr/src/cmd/mdb/common/mdb/mdb_modapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/common/mdb/mdb_modapi.h b/usr/src/cmd/mdb/common/mdb/mdb_modapi.h index c2b3a8a9be..0d6ea3821c 100644 --- a/usr/src/cmd/mdb/common/mdb/mdb_modapi.h +++ b/usr/src/cmd/mdb/common/mdb/mdb_modapi.h @@ -250,7 +250,7 @@ extern int mdb_getareg(mdb_tid_t, const char *, mdb_reg_t *); #define MDB_OPT_UINT64 5 /* uint64_t argument */ #define MDB_OPT_UINTPTR_SET 6 /* boolean_t+uintptr_t args */ -extern int mdb_getopts(int, const mdb_arg_t *, ...) __attribute((sentinel)); +extern int mdb_getopts(int, const mdb_arg_t *, ...) __sentinel(0); extern u_longlong_t mdb_strtoull(const char *); |
