diff options
Diffstat (limited to 'sysdeps/stub/lockfile.c')
-rw-r--r-- | sysdeps/stub/lockfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/lockfile.c b/sysdeps/stub/lockfile.c index 0328071c08..fffa48afcf 100644 --- a/sysdeps/stub/lockfile.c +++ b/sysdeps/stub/lockfile.c @@ -17,7 +17,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -typedef FILE; +typedef int FILE; void |