summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-22 04:50:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-22 04:50:29 +0000
commitaf44082ad40035b63c357497fddef08ea3a2e6bd (patch)
tree2cbb3cde9982b1e609b02f94f35560f67e8f3b5e /configure.in
parentbe7db43195986f5d133e40be6a1c7cb813065660 (diff)
downloadruby-af44082ad40035b63c357497fddef08ea3a2e6bd.tar.gz
ruby-af44082ad40035b63c357497fddef08ea3a2e6bd.tar.xz
ruby-af44082ad40035b63c357497fddef08ea3a2e6bd.zip
* io.c (rb_io_fdatasync): new method IO#fdatasync.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cb680b910..b273dc9f6 100644
--- a/configure.in
+++ b/configure.in
@@ -1076,9 +1076,9 @@ AC_REPLACE_FUNCS(dup2 memmove strerror\
strchr strstr crypt flock vsnprintf\
isnan finite isinf hypot acosh erf tgamma lgamma_r cbrt \
strlcpy strlcat)
-AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd eaccess\
+AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot getcwd eaccess\
truncate ftruncate chsize times utimes utimensat fcntl lockf lstat\
- link symlink readlink readdir_r\
+ link symlink readlink readdir_r fsync fdatasync\
setitimer setruid seteuid setreuid setresuid setproctitle socketpair\
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\