diff options
Diffstat (limited to 'usr/src/lib/libc/spec/threads.spec')
-rw-r--r-- | usr/src/lib/libc/spec/threads.spec | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/lib/libc/spec/threads.spec b/usr/src/lib/libc/spec/threads.spec index 1bd84cfbeb..21e22d308a 100644 --- a/usr/src/lib/libc/spec/threads.spec +++ b/usr/src/lib/libc/spec/threads.spec @@ -1,4 +1,6 @@ # +# CDDL HEADER START +# # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. @@ -951,14 +953,6 @@ arch i386 version i386=SUNWprivate_1.1 end -function _cancel_prologue -version SUNWprivate_1.1 -end - -function _cancel_epilogue -version SUNWprivate_1.1 -end - function _sigoff version SUNWprivate_1.1 end @@ -967,10 +961,6 @@ function _sigon version SUNWprivate_1.1 end -function _sigdeferred -version SUNWprivate_1.1 -end - function _thr_detach version SUNWprivate_1.1 end |