summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-27 23:42:29 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-27 23:42:29 +0200
commit85b62d7aaedb24b6ad07d437e5b8560f62d07529 (patch)
tree8396bb7a9b65d2f6cf676440993863dc31969c47
parente1c13f751fec0194364099845b9f0ab0cc25472f (diff)
Fix coding style
-rw-r--r--lockfile.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lockfile.c b/lockfile.c
index a6e5866..8a31b69 100644
--- a/lockfile.c
+++ b/lockfile.c
@@ -38,12 +38,12 @@ _cthreads_ftrylockfile (_IO_FILE *fp)
return __libc_lock_trylock_recursive (*fp->_lock);
}
-# undef _IO_flockfile
-# undef _IO_funlockfile
-# undef _IO_ftrylockfile
-# undef flockfile
-# undef funlockfile
-# undef ftrylockfile
+#undef _IO_flockfile
+#undef _IO_funlockfile
+#undef _IO_ftrylockfile
+#undef flockfile
+#undef funlockfile
+#undef ftrylockfile
void _IO_flockfile (_IO_FILE *)
__attribute__ ((alias ("_cthreads_flockfile")));