diff options
author | dzwdz | 2022-08-13 23:18:36 +0200 |
---|---|---|
committer | dzwdz | 2022-08-13 23:18:36 +0200 |
commit | 9cb8f33830a85cd8c660f435db643a77dc22219c (patch) | |
tree | 4607b5ed808e6e3ea27452a099399606ddaa1d33 /src/user/bootstrap/main.c | |
parent | 80280433ccef5aff8cba4e1f24c91037d3c1c9b3 (diff) |
user/bootstrap: remove some dummy symbols
Diffstat (limited to 'src/user/bootstrap/main.c')
-rw-r--r-- | src/user/bootstrap/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index f06401b..9a9a922 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -34,5 +34,3 @@ void _start(void) { } _syscall_exit(1); } - -int main(void) {return 0;} // dummy, needed to link |