1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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:
Ulrich Drepper
1999-12-28 22:17:16 +00:00
parent 822078f617
commit 056e03583b
6 changed files with 27 additions and 16 deletions

View File

@@ -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;