summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/common.din
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-08 21:03:40 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-08 21:03:40 +0000
commitd326f841c3c9e9927d5ac56efc202ce7f80a66d1 (patch)
tree0dd00f29df1f545d37bc4f854c38acb252abfcfd /winsup/cygwin/common.din
parent2fb56bbfaa9f6cc2787bb1f50a666bf65e7d227a (diff)
downloadcygnal-d326f841c3c9e9927d5ac56efc202ce7f80a66d1.tar.gz
cygnal-d326f841c3c9e9927d5ac56efc202ce7f80a66d1.tar.bz2
cygnal-d326f841c3c9e9927d5ac56efc202ce7f80a66d1.zip
* common.din (ffsl): Export.
(ffsll): Export. * syscalls.cc (ffs): Implement using GCC intrinsic. (ffsl): Ditto. (ffsll): Ditto. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index bf20fde7a..1268f83b1 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -374,6 +374,8 @@ feupdateenv SIGFE
fexecve SIGFE
fflush SIGFE
ffs NOSIGFE
+ffsl NOSIGFE
+ffsll NOSIGFE
fgetc SIGFE
fgetpos SIGFE
fgets SIGFE