Don't redeclare __isthreaded.

This commit is contained in:
joerg 2010-12-08 02:07:03 +00:00
parent 6ab2cfd0b3
commit 3b7d8067b3
1 changed files with 2 additions and 4 deletions

View File

@ -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)
{