diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-28 22:17:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-28 22:17:16 +0000 |
commit | 056e03583b52e0d3129832ee4913fca47440f05d (patch) | |
tree | cd0734048044536135488c47ed10cf374785106d /linuxthreads/manager.c | |
parent | 822078f617658091381b55f866a3b4b4392b5fd4 (diff) | |
download | glibc-056e03583b52e0d3129832ee4913fca47440f05d.tar.gz glibc-056e03583b52e0d3129832ee4913fca47440f05d.tar.xz glibc-056e03583b52e0d3129832ee4913fca47440f05d.zip |
Update.
1999-12-28 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove oldgetrlimit and oldsetrlimit definitions.
Diffstat (limited to 'linuxthreads/manager.c')
-rw-r--r-- | linuxthreads/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 9f9585d8ac..78d4aaaaca 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -98,7 +98,7 @@ static void pthread_kill_all_threads(int sig, int main_thread_also); int __pthread_manager(void *arg) { - int reqfd = (int)arg; + int reqfd = (int) (long int) arg; struct pollfd ufd; sigset_t mask; int n; |