* process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4155f97bb0
commit
a68e68b227
@ -1,8 +1,10 @@
|
||||
Thu Dec 23 23:36:28 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Thu Dec 23 23:43:24 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* process.c (proc_setgroups): check if the argument lenght is
|
||||
modified. fixed: [ruby-dev:25285]
|
||||
|
||||
* process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.
|
||||
|
||||
Thu Dec 23 19:08:41 2004 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.
|
||||
|
@ -1943,7 +1943,6 @@ proc_setpriority(obj, which, who, prio)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if SIZEOF_RLIM_T
|
||||
#if SIZEOF_RLIM_T == SIZEOF_INT
|
||||
# define RLIM2NUM(v) UINT2NUM(v)
|
||||
# define NUM2RLIM(v) NUM2UINT(v)
|
||||
@ -1956,7 +1955,6 @@ proc_setpriority(obj, which, who, prio)
|
||||
#else
|
||||
# error cannot find an integer type which size is same as rlim_t.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
|
Loading…
x
Reference in New Issue
Block a user