summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_execve.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_execve.c')
-rw-r--r--lib/libc_r/uthread/uthread_execve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_execve.c b/lib/libc_r/uthread/uthread_execve.c
index 090b2b5..082814d 100644
--- a/lib/libc_r/uthread/uthread_execve.c
+++ b/lib/libc_r/uthread/uthread_execve.c
@@ -37,7 +37,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak execve=_execve
+__weak_reference(_execve, execve);
int
_execve(const char *name, char *const * argv, char *const * envp)
OpenPOWER on IntegriCloud