summaryrefslogtreecommitdiff
path: root/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fcntl.h')
-rw-r--r--include/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index 3cfb25fc8..3a9873461 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -234,9 +234,7 @@ extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
# endif
#endif
-#ifdef __UCLIBC_HAS_THREADS_NATIVE__
extern int __fcntl_nocancel (int fd, int cmd, ...);
-#endif
__END_DECLS