mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 22:53:37 +08:00
lockfile.c (__fresetlockfiles): Remove unused variable fp.
2000-06-10 Andreas Jaeger <aj@suse.de> * lockfile.c (__fresetlockfiles): Remove unused variable fp.
This commit is contained in:
parent
45dc1187ee
commit
6948d763ed
@ -1,3 +1,7 @@
|
|||||||
|
2000-06-10 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* lockfile.c (__fresetlockfiles): Remove unused variable fp.
|
||||||
|
|
||||||
2000-06-10 Kaz Kylheku <kaz@ashi.footprints.net>
|
2000-06-10 Kaz Kylheku <kaz@ashi.footprints.net>
|
||||||
|
|
||||||
* sysdeps/pthread/timer_create.c: Thread matching now done on
|
* sysdeps/pthread/timer_create.c: Thread matching now done on
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* lockfile - Handle locking and unlocking of stream.
|
/* lockfile - Handle locking and unlocking of stream.
|
||||||
Copyright (C) 1996, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -90,7 +90,6 @@ __fresetlockfiles (void)
|
|||||||
#ifdef USE_IN_LIBIO
|
#ifdef USE_IN_LIBIO
|
||||||
_IO_ITER i;
|
_IO_ITER i;
|
||||||
|
|
||||||
_IO_FILE *fp;
|
|
||||||
pthread_mutexattr_t attr;
|
pthread_mutexattr_t attr;
|
||||||
|
|
||||||
__pthread_mutexattr_init (&attr);
|
__pthread_mutexattr_init (&attr);
|
||||||
|
Loading…
Reference in New Issue
Block a user