aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/files.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-30 20:42:31 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-30 20:42:31 -0400
commitdfedf3f2bb434065da3ddbc931e87a4017535f80 (patch)
tree6c7d9e5e35fd4fd612d51285dcae7d6c06b8838a /src/stdlib/files.h
parent46818674d3588dd15ebca5cb7be4afa8cd485cfe (diff)
Update compiler to use randomly generated unique-per-file symbol
suffixes instead of needing to rename symbols with objcopy
Diffstat (limited to 'src/stdlib/files.h')
-rw-r--r--src/stdlib/files.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/files.h b/src/stdlib/files.h
index 68827c2a..f650f78e 100644
--- a/src/stdlib/files.h
+++ b/src/stdlib/files.h
@@ -18,8 +18,6 @@ typedef struct {
char *resolve_path(const char *path, const char *relative_to, const char *system_path);
__attribute__((pure, nonnull))
char *file_base_name(const char *path);
-__attribute__((pure, nonnull))
-char *file_base_id(const char *path);
__attribute__((nonnull))
file_t *load_file(const char *filename);
__attribute__((nonnull, returns_nonnull))