Changeset 4c4b53c in mainline for uspace/lib/c/arch/abs32le/src/entry.c
- Timestamp:
- 2018-04-28T16:49:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c5f04f
- Parents:
- a947d32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/src/entry.c
ra947d32 r4c4b53c 33 33 #include <stddef.h> 34 34 35 extern void _ _entry(void);35 extern void _start(void); 36 36 37 37 /* Normally, the entry point is defined in assembly for the architecture. */ 38 38 39 void _ _entry(void)39 void _start(void) 40 40 { 41 41 __libc_main(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.