From dd46d4e05f2e301b4d9451bbfabfabbc788975c5 Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 10 Apr 2001 04:19:21 +0000 Subject: To be consistent, use the __weak_reference macro from instead of #pragma weak to create weak definitions. Suggested by: bde --- lib/libkse/thread/thr_aio_suspend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libkse/thread/thr_aio_suspend.c') diff --git a/lib/libkse/thread/thr_aio_suspend.c b/lib/libkse/thread/thr_aio_suspend.c index ea77f4e..23d34f9 100644 --- a/lib/libkse/thread/thr_aio_suspend.c +++ b/lib/libkse/thread/thr_aio_suspend.c @@ -33,7 +33,7 @@ #include #include "pthread_private.h" -#pragma weak aio_suspend=_aio_suspend +__weak_reference(_aio_suspend, aio_suspend); int _aio_suspend(const struct aiocb * const iocbs[], int niocb, const struct -- cgit v1.1