Don't redeclare __isthreaded.
This commit is contained in:
parent
6ab2cfd0b3
commit
3b7d8067b3
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: flockfile.c,v 1.9 2008/04/28 20:23:00 martin Exp $ */
|
||||
/* $NetBSD: flockfile.c,v 1.10 2010/12/08 02:07:03 joerg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: flockfile.c,v 1.9 2008/04/28 20:23:00 martin Exp $");
|
||||
__RCSID("$NetBSD: flockfile.c,v 1.10 2010/12/08 02:07:03 joerg Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
@ -55,8 +55,6 @@ __weak_alias(funlockfile,_funlockfile)
|
||||
* XXX pointer.
|
||||
*/
|
||||
|
||||
extern int __isthreaded;
|
||||
|
||||
void
|
||||
flockfile(FILE *fp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user