Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: fusl/src/exit/arm/__aeabi_atexit.c

Issue 1724903002: [fusl] Remove code for unsupported architectures (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/crt/powerpc/crtn.s ('k') | fusl/src/fenv/arm/fenv.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/exit/arm/__aeabi_atexit.c
diff --git a/fusl/src/exit/arm/__aeabi_atexit.c b/fusl/src/exit/arm/__aeabi_atexit.c
deleted file mode 100644
index 4dc51c4d10c40b31660d9da10d73b38c2e7c0f54..0000000000000000000000000000000000000000
--- a/fusl/src/exit/arm/__aeabi_atexit.c
+++ /dev/null
@@ -1,5 +0,0 @@
-int __cxa_atexit(void (*func)(void*), void* arg, void* dso);
-
-int __aeabi_atexit(void* obj, void (*func)(void*), void* d) {
- return __cxa_atexit(func, obj, d);
-}
« no previous file with comments | « fusl/crt/powerpc/crtn.s ('k') | fusl/src/fenv/arm/fenv.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698