diff options
Diffstat (limited to 'shadow/fgetspent_r.c')
-rw-r--r-- | shadow/fgetspent_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shadow/fgetspent_r.c b/shadow/fgetspent_r.c index bedc36182e..50d1fd9972 100644 --- a/shadow/fgetspent_r.c +++ b/shadow/fgetspent_r.c @@ -23,6 +23,7 @@ #ifdef USE_IN_LIBIO # define flockfile(s) _IO_flockfile (s) +# define funlockfile(s) _IO_funlockfile (s) #endif /* Define a line parsing function using the common code |