This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Cleanup PPC32 syscalls.list


Hi,

since PPC now has a working INLINE_SYSCALL macro, a lot of the stuff in 
powerpc32/syscalls.list is superflous. This patch removes the obvious ones. 
Tested on powerpc-linux-gnu.

I'm a little bit unsure about the rt_sig* stuff (if I remove these, ENOSYS 
returning stubs will be installed, but glibc seems to work fine 
nevertheless...) and the sys_* ones (why are they using the sys_ prefix 
instead of the s_ prefix?). If someone can enlighten me on these, I'll send a 
followup patch with more removals.

Franz.


	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
	s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
	s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
	s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
	s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
	s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
	syscall stubs.

Attachment: glibc-syscalls_list-cleanup-ppc.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]