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:
parent
ecc3be1fdf
commit
d7c2a73f1d
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user