summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/netbsd_stat.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/netbsd_stat.c b/lib/libc/sys/netbsd_stat.c
index 150c1e8..cb93517 100644
--- a/lib/libc/sys/netbsd_stat.c
+++ b/lib/libc/sys/netbsd_stat.c
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: netbsd_stat.c,v 1.1 1998/03/09 07:07:21 jb Exp $
/* From: NetBSD: stat.c,v 1.2 1997/10/22 00:56:39 fvdl Exp */
/*
@@ -144,7 +144,11 @@ stat(file, ost)
}
int
+#ifdef _THREAD_SAFE
+_thread_sys_fstat(f, ost)
+#else
fstat(f, ost)
+#endif
int f;
struct stat *ost;
{
OpenPOWER on IntegriCloud