summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 21:37:44 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-20 21:37:44 +0200
commit90cee9bcb1b2193d9b46e322d7b140316de764a6 (patch)
tree5f4ce1b26f90f6b5726d0e78792e4fcc74dcd3b2 /sysdeps/generic
parent20822611e52ff124f78362a5e146060cf93e0006 (diff)
parent4f6eee0404102084404c89f359fe5d8fff8a4518 (diff)
Merge branch 't/cancellation' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/not-cancel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/not-cancel.h b/sysdeps/generic/not-cancel.h
index cd9ac014f7..f4c4832b58 100644
--- a/sysdeps/generic/not-cancel.h
+++ b/sysdeps/generic/not-cancel.h
@@ -20,7 +20,7 @@
/* By default we have none. Map the name to the normal functions. */
/* Uncancelable open. */
-#if IS_IN(libc) || IS_IN(libpthread) || IS_IN(librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
# define open_not_cancel(name, flags, mode) \
__libc_open (name, flags, mode)
# define open_not_cancel_2(name, flags) \