diff options
Diffstat (limited to 'usr/src/lib/librt/common')
-rw-r--r-- | usr/src/lib/librt/common/fallocate.c | 4 | ||||
-rw-r--r-- | usr/src/lib/librt/common/mqueue.c | 5 | ||||
-rw-r--r-- | usr/src/lib/librt/common/pos4obj.c | 4 | ||||
-rw-r--r-- | usr/src/lib/librt/common/sched.c | 5 | ||||
-rw-r--r-- | usr/src/lib/librt/common/sem.c | 5 | ||||
-rw-r--r-- | usr/src/lib/librt/common/shm.c | 5 |
6 files changed, 18 insertions, 10 deletions
diff --git a/usr/src/lib/librt/common/fallocate.c b/usr/src/lib/librt/common/fallocate.c index f0085ce07d..d4b1d0de1f 100644 --- a/usr/src/lib/librt/common/fallocate.c +++ b/usr/src/lib/librt/common/fallocate.c @@ -19,13 +19,15 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" +#include "c_synonyms.h" #include <errno.h> #include <fcntl.h> #include <sys/types.h> diff --git a/usr/src/lib/librt/common/mqueue.c b/usr/src/lib/librt/common/mqueue.c index b72baca365..e9d9c3a88b 100644 --- a/usr/src/lib/librt/common/mqueue.c +++ b/usr/src/lib/librt/common/mqueue.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,7 +40,7 @@ #pragma weak mq_setattr = _mq_setattr #pragma weak mq_getattr = _mq_getattr -#include "synonyms.h" +#include "c_synonyms.h" #define _KMEMUSER #include <sys/param.h> /* _MQ_OPEN_MAX, _MQ_PRIO_MAX, _SEM_VALUE_MAX */ #undef _KMEMUSER diff --git a/usr/src/lib/librt/common/pos4obj.c b/usr/src/lib/librt/common/pos4obj.c index 7277d88021..2d6917ed33 100644 --- a/usr/src/lib/librt/common/pos4obj.c +++ b/usr/src/lib/librt/common/pos4obj.c @@ -19,13 +19,15 @@ * * 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. */ #pragma ident "%Z%%M% %I% %E% SMI" +#include "c_synonyms.h" #include <sys/types.h> #include <errno.h> #include <fcntl.h> diff --git a/usr/src/lib/librt/common/sched.c b/usr/src/lib/librt/common/sched.c index 941f6f513d..9ef91cf6b9 100644 --- a/usr/src/lib/librt/common/sched.c +++ b/usr/src/lib/librt/common/sched.c @@ -19,14 +19,15 @@ * * 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. */ #pragma ident "%Z%%M% %I% %E% SMI" -#include "synonyms.h" +#include "c_synonyms.h" #include <sys/types.h> #include <sched.h> #include <errno.h> 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> diff --git a/usr/src/lib/librt/common/shm.c b/usr/src/lib/librt/common/shm.c index 1ce575f034..bd27c0ed48 100644 --- a/usr/src/lib/librt/common/shm.c +++ b/usr/src/lib/librt/common/shm.c @@ -19,14 +19,15 @@ * * 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. */ #pragma ident "%Z%%M% %I% %E% SMI" -#include "synonyms.h" +#include "c_synonyms.h" #include <sys/types.h> #include <sys/mman.h> #include <fcntl.h> |