diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-11-16 14:35:43 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-11-16 14:35:43 +0000 |
commit | f4c913ed552252ca91690e6c73ea02b10e263509 (patch) | |
tree | ec9a76cbc83a834b09ee75001a3350f7327cd8a2 | |
parent | 3caf385850a96d7536f4b988e225d6fc600d6185 (diff) | |
download | glibc-f4c913ed552252ca91690e6c73ea02b10e263509.zip glibc-f4c913ed552252ca91690e6c73ea02b10e263509.tar.gz glibc-f4c913ed552252ca91690e6c73ea02b10e263509.tar.bz2 |
Revert "cheri: Fix elf/tst-dlmodcount test"
This reverts commit 3a69d7f241ab9f738479e039bd6eecf433868375.
-rw-r--r-- | elf/tst-dlmodcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c index ba9fb17..8a96803 100644 --- a/elf/tst-dlmodcount.c +++ b/elf/tst-dlmodcount.c @@ -30,7 +30,7 @@ static int callback (struct dl_phdr_info *info, size_t size, void *ptr) { static int last_adds = 0, last_subs = 0; - unsigned long cmd = (intptr_t) ptr; + intptr_t cmd = (intptr_t) ptr; printf (" size = %Zu\n", size); if (size < (offsetof (struct dl_phdr_info, dlpi_subs) |