diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 16:39:51 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 16:39:51 +0100 |
commit | 3470df6774e8c22a824a104dc41ecc405c40e0f2 (patch) | |
tree | 91b134a966e6e637252e0c7f7bc3424904f9beec /include/mach_debug | |
parent | 08d4b62e1aa42cfcf4fe7930cf60d99b0f94b938 (diff) | |
download | gnumach-3470df6774e8c22a824a104dc41ecc405c40e0f2.tar.gz gnumach-3470df6774e8c22a824a104dc41ecc405c40e0f2.tar.bz2 gnumach-3470df6774e8c22a824a104dc41ecc405c40e0f2.zip |
Add yet more const string types
Diffstat (limited to 'include/mach_debug')
-rw-r--r-- | include/mach_debug/mach_debug_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach_debug/mach_debug_types.h b/include/mach_debug/mach_debug_types.h index c8db227c..2a204065 100644 --- a/include/mach_debug/mach_debug_types.h +++ b/include/mach_debug/mach_debug_types.h @@ -36,6 +36,7 @@ #include <mach_debug/hash_info.h> typedef char symtab_name_t[32]; +typedef const char *symtab_name_t; /* * A fixed-length string data type intended for names given to |