1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
1999-11-14  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/execve.c: Add __syscall_execve prototype.
	* sysdeps/unix/sysv/linux/setrlimit.c: Add __syscall_setrlimit
	prototype.
	* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add setrlimit.
	* sysdeps/powerpc/stackinfo.h: New file.
This commit is contained in:
Ulrich Drepper
1999-11-15 00:13:42 +00:00
parent 589e57a9df
commit 8ba4e594c5
4 changed files with 39 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "kernel-features.h"
extern int __syscall_setrlimit (unsigned int resource,
const struct rlimit *rlimits);
/* Linux 2.3.25 introduced a new system call since the types used for
the limits are now unsigned. */