Repairing damage and recovering changes including C++ wrappers..

This commit is contained in:
Joel Sherrill
1999-04-26 18:22:08 +00:00
parent 3aeaca9071
commit c7aa9d6ff8
12 changed files with 106 additions and 9 deletions

View File

@@ -6,7 +6,11 @@
#ifndef __POSIX_SEMAPHORE_h
#define __POSIX_SEMAPHORE_h
#include <rtems/posix/features.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/features.h>
#if defined(_POSIX_SEMAPHORES)
@@ -104,5 +108,9 @@ int sem_getvalue(
#endif /* _POSIX_SEMAPHORES */
#ifdef __cplusplus
}
#endif
#endif
/* end of include file */