mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1999-12-28 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove oldgetrlimit and oldsetrlimit definitions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user