Changed license and copyright notice.

Added "development" style CVS Id
This commit is contained in:
Joel Sherrill
1997-06-02 21:16:14 +00:00
parent 2b7fc9cce2
commit 196a6b9c35
5 changed files with 25 additions and 52 deletions

View File

@@ -12,18 +12,6 @@
#include <bsp.h>
#ifdef PROVIDES_GETPID
#include <unistd.h>
pid_t getpid()
{
#ifndef PID
return 1;
#else
return PID;
#endif
}
#endif
void *POSIX_Init(
void *argument
)
@@ -35,21 +23,6 @@ void *POSIX_Init(
exit( 0 );
}
/* configuration information */
#define CONFIGURE_SPTEST
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_MAXIMUM_POSIX_THREADS 20
#define CONFIGURE_MAXIMUM_POSIX_KEYS 20
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 30
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 20
#define CONFIGURE_INIT
#include <confdefs.h>
#include "config.h"