5043 remove deprecated atomic functions' prototypes

Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>

illumos/illumos-gate@6ed9368a13
This commit is contained in:
Xin LI 2014-08-20 06:20:06 +00:00
parent ecc3be1fdf
commit d7c2a73f1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/illumos/dist/; revision=270194
3 changed files with 6 additions and 3 deletions

View file

@ -29,7 +29,8 @@
#if defined(_KERNEL)
/*
* Legacy kernel interfaces; they will go away (eventually).
* Legacy kernel interfaces; they will go away the moment our closed
* bins no longer require them.
*/
ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)

View file

@ -30,7 +30,8 @@
#if defined(_KERNEL)
/*
* Legacy kernel interfaces; they will go away (eventually).
* Legacy kernel interfaces; they will go away the moment our closed
* bins no longer require them.
*/
ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)

View file

@ -30,7 +30,8 @@
#if defined(_KERNEL)
/*
* Legacy kernel interfaces; they will go away (eventually).
* Legacy kernel interfaces; they will go away the moment our closed
* bins no longer require them.
*/
ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)