Bell 32V development
[unix-history] / usr / src / libc / sys / cleanup.s
CommitLineData
d2189992
TL
1#
2# dummy cleanup routine if none supplied by user.
3
4.globl __cleanup
5
6__cleanup:
7 .word 0x0000
8 ret