commit | df10b7d5800b5a4418a72d76fc99b6b533f36314 | [log] [tgz] |
---|---|---|
author | Paul Millar <paul@astro.gla.ac.uk> | Sun Jul 16 15:06:28 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 17 14:35:32 2006 +0200 |
tree | b29498d6b49f284b8c0905205aafa42c107ce48f | |
parent | 5557c71f7f60adc0b21c905c8cb62a5a9da5ca63 [diff] [blame] |
libwine: Add a configure check for setrlimit.
diff --git a/configure b/configure index f1e9b25..a03a85c 100755 --- a/configure +++ b/configure
@@ -19379,6 +19379,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -19428,6 +19429,7 @@ sched_yield \ select \ sendmsg \ + setrlimit \ settimeofday \ sigaltstack \ sigprocmask \