From 15a971616c3e2f373264d0a2e4cd87aa11042737 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 31 Dec 2008 00:31:38 +0000 Subject: Merge some pre-work from branch, needed by NPTL. --- include/fcntl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/fcntl.h') diff --git a/include/fcntl.h b/include/fcntl.h index 4356dad60..8c3768216 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -224,6 +224,11 @@ extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, # define posix_fallocate posix_fallocate64 # endif # endif + +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ +extern int __fcntl_nocancel (int fd, int cmd, ...); +#endif + # ifdef __USE_LARGEFILE64 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len); # endif -- cgit v1.2.3