Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
*/
#define cds_wfs_first _cds_wfs_first
#define cds_wfs_next_blocking _cds_wfs_next_blocking
+#define cds_wfs_next_nonblocking _cds_wfs_next_nonblocking
/* Pop locking with internal mutex */
#define cds_wfs_pop_lock _cds_wfs_pop_lock
/* Synchronization ensured by the caller. See synchronization table. */
#define __cds_wfs_pop_blocking ___cds_wfs_pop_blocking
+#define __cds_wfs_pop_nonblocking ___cds_wfs_pop_nonblocking
#define __cds_wfs_pop_all ___cds_wfs_pop_all
#else /* !_LGPL_SOURCE */