diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-16 19:24:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-16 19:24:14 +0100 |
commit | b8bcd4eb1438721f6a52bfd1e458307d4e105d89 (patch) | |
tree | 76a27aec1bb7157edcf3023d23b28fa3dc8f86d2 /mach-defpager | |
parent | 35ac5568e6fd81bab048686163a9ae173ba06f45 (diff) | |
download | hurd-b8bcd4eb1438721f6a52bfd1e458307d4e105d89.tar.gz hurd-b8bcd4eb1438721f6a52bfd1e458307d4e105d89.tar.bz2 hurd-b8bcd4eb1438721f6a52bfd1e458307d4e105d89.zip |
mach-defpager: Add defpager_server_name
To allow e.g. libubsan to detect it should be extra cautious.
Diffstat (limited to 'mach-defpager')
-rw-r--r-- | mach-defpager/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mach-defpager/main.c b/mach-defpager/main.c index 063d6f58..f70b42f0 100644 --- a/mach-defpager/main.c +++ b/mach-defpager/main.c @@ -49,6 +49,8 @@ #include "default_pager.h" +const char *defpager_server_name = "mach-defpager"; + mach_port_t bootstrap_master_device_port; /* local name */ mach_port_t bootstrap_master_host_port; /* local name */ |