summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/common/sys
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/common/sys')
-rw-r--r--usr/src/lib/libc/common/sys/__clock_timer.s14
-rw-r--r--usr/src/lib/libc/common/sys/__signotify.s13
-rw-r--r--usr/src/lib/libc/common/sys/__sigrt.s16
-rw-r--r--usr/src/lib/libc/common/sys/kaio.s21
4 files changed, 30 insertions, 34 deletions
diff --git a/usr/src/lib/libc/common/sys/__clock_timer.s b/usr/src/lib/libc/common/sys/__clock_timer.s
index 4c4e917836..5188262570 100644
--- a/usr/src/lib/libc/common/sys/__clock_timer.s
+++ b/usr/src/lib/libc/common/sys/__clock_timer.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,8 +18,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.
*/
@@ -110,11 +110,11 @@
/*
* int
- * ___nanosleep(const timespec_t *rqtp, timespec_t *rmtp)
+ * __nanosleep(const timespec_t *rqtp, timespec_t *rmtp)
*/
- ENTRY(___nanosleep)
+ ENTRY(__nanosleep)
SYSTRAP_RVAL1(nanosleep)
SYSLWPERR
RET
- SET_SIZE(___nanosleep)
+ SET_SIZE(__nanosleep)
diff --git a/usr/src/lib/libc/common/sys/__signotify.s b/usr/src/lib/libc/common/sys/__signotify.s
index f49d5eb297..057a00ad45 100644
--- a/usr/src/lib/libc/common/sys/__signotify.s
+++ b/usr/src/lib/libc/common/sys/__signotify.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,8 +18,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.
*/
@@ -28,9 +28,8 @@
.file "%M%"
-/* unpublished system call for librt -- __signotify */
-/* int _signotify (int cmd, siginfo_t *siginfo, */
-/* signotify_id_t *sn_id); */
+/* unpublished system call for POSIX message queues -- __signotify */
+/* int __signotify (int cmd, siginfo_t *siginfo, signotify_id_t *sn_id); */
#include "SYS.h"
diff --git a/usr/src/lib/libc/common/sys/__sigrt.s b/usr/src/lib/libc/common/sys/__sigrt.s
index df1154abd0..0ce63adb4e 100644
--- a/usr/src/lib/libc/common/sys/__sigrt.s
+++ b/usr/src/lib/libc/common/sys/__sigrt.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,8 +18,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.
*/
@@ -32,7 +32,7 @@
/*
* int
- * __sigqueue(pid_t pid, int signo, void *value, int si_code)
+ * __sigqueue(pid_t pid, int signo, void *value, int si_code, int block)
*/
SYSCALL2_RVAL1(__sigqueue,sigqueue)
RETC
@@ -40,9 +40,9 @@
/*
* int
- * ___sigtimedwait(const sigset_t *set, siginfo_t *info,
+ * __sigtimedwait(const sigset_t *set, siginfo_t *info,
* const timespec_t *timeout)
*/
- SYSCALL2_RVAL1(___sigtimedwait,sigtimedwait)
+ SYSCALL2_RVAL1(__sigtimedwait,sigtimedwait)
RET
- SET_SIZE(___sigtimedwait)
+ SET_SIZE(__sigtimedwait)
diff --git a/usr/src/lib/libc/common/sys/kaio.s b/usr/src/lib/libc/common/sys/kaio.s
index cb75d3e2d5..1cd3810403 100644
--- a/usr/src/lib/libc/common/sys/kaio.s
+++ b/usr/src/lib/libc/common/sys/kaio.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,12 +18,12 @@
*
* CDDL HEADER END
*/
+
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
-
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -33,14 +32,12 @@
.file "%M%"
/* C library -- kaio */
-/* intptr_t kaio (); */
-
-#include <sys/asm_linkage.h>
-
- ANSI_PRAGMA_WEAK(kaio,function)
+/* intptr_t _kaio (); */
#include "SYS.h"
- SYSCALL_RVAL1(kaio)
+ ENTRY(_kaio)
+ SYSTRAP_RVAL1(kaio)
+ SYSCERROR
RET
- SET_SIZE(kaio)
+ SET_SIZE(_kaio)