From f1fe7592561ba7cec3fee9dee9e7db9c2b3c6d3b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 27 Feb 2018 01:35:55 +0100 Subject: Drop deprecated glibc option * lockfile.c: Do not use _STDIO_USES_IOSTREAM condition any more. --- lockfile.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lockfile.c') diff --git a/lockfile.c b/lockfile.c index 040cbfb..644a0fb 100644 --- a/lockfile.c +++ b/lockfile.c @@ -21,8 +21,6 @@ #include /* Must come before ! */ #include -#ifdef _STDIO_USES_IOSTREAM - void _cthreads_flockfile (_IO_FILE *fp) { @@ -61,5 +59,3 @@ void funlockfile (_IO_FILE *) __attribute__ ((alias ("_cthreads_funlockfile"))); int ftrylockfile (_IO_FILE *) __attribute__ ((alias ("_cthreads_ftrylockfile"))); - -#endif /* _STDIO_USES_IOSTREAM */ -- cgit v1.2.3