diff options
Diffstat (limited to 'usr/src/lib/librt/common/sem.c')
-rw-r--r-- | usr/src/lib/librt/common/sem.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/librt/common/sem.c b/usr/src/lib/librt/common/sem.c index ec25da254d..d971019a8f 100644 --- a/usr/src/lib/librt/common/sem.c +++ b/usr/src/lib/librt/common/sem.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -38,7 +39,7 @@ #pragma weak sem_post = _sem_post #pragma weak sem_getvalue = _sem_getvalue -#include "synonyms.h" +#include "c_synonyms.h" #include <sys/types.h> #include <semaphore.h> #include <synch.h> |