1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.

ok guenther@
This commit is contained in:
kettenis 2016-09-26 15:43:26 +00:00
parent 86c8866c8f
commit d3eddb10b4

View File

@ -1,4 +1,4 @@
/* $OpenBSD: crt0.c,v 1.7 2016/05/07 19:30:53 guenther Exp $ */
/* $OpenBSD: crt0.c,v 1.8 2016/09/26 15:43:26 kettenis Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@ -77,11 +77,7 @@ MD_START(MD_START_ARGS)
MD_START_SETUP
#endif
#ifndef MD_NO_CLEANUP
environp = _csu_finish(argv, envp, cleanup);
#else
environp = _csu_finish(argv, envp, NULL);
#endif
#ifdef MCRT0
atexit(_mcleanup);