summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/timer
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 16:33:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 16:33:30 +0000
commit1cefaced3145bd6c0d9275343943285a471fde41 (patch)
tree565d0f7509ff3f763bfcf4b9db4813cf5331b138 /c/src/lib/libbsp/unix/posix/timer
parentall targets compile .. tony's patches in place (diff)
downloadrtems-1cefaced3145bd6c0d9275343943285a471fde41.tar.bz2
moved to new development machine and went to gcc 2.7.0
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/timer')
-rw-r--r--c/src/lib/libbsp/unix/posix/timer/timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/posix/timer/timer.c b/c/src/lib/libbsp/unix/posix/timer/timer.c
index e1b9704072..abe7e6d6fd 100644
--- a/c/src/lib/libbsp/unix/posix/timer/timer.c
+++ b/c/src/lib/libbsp/unix/posix/timer/timer.c
@@ -16,6 +16,8 @@
* $Id$
*/
+/* For solaris 2.4 */
+#define __EXTENSIONS__
#include <bsp.h>
#include <time.h>