Updates from Tony Bennett.

This commit is contained in:
Joel Sherrill
1996-04-22 16:50:17 +00:00
parent 34f3d17b24
commit 1f94ed6bfd
16 changed files with 110 additions and 95 deletions

View File

@@ -1,7 +1,3 @@
//
// @(#)rtems-ctor.cc 1.6 - 95/04/25
//
/*
* rtems-ctor.cc
*
@@ -90,7 +86,6 @@ extern "C" {
{
rtems_argc = argc;
rtems_argv = argv;
rtems_envp = environp;
if ((argc > 0) && argv && argv[0])
rtems_progname = argv[0];