mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-26 00:57:39 +03:00 
			
		
		
		
	2004-06-30 Ulrich Drepper <drepper@redhat.com> * include/net/if.h: Handle if_nameindex and if_freenameindex with libc_proto_hidden. * sysdeps/unix/sysv/linux/netlinkaccess.h: New file. * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions. * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using netlink if possible. Fall back on ioctl method if necessary. * include/unistd.h: Declare __truncate. * sysdeps/generic/truncate.c: Also define __truncate. * sysdeps/mach/hurd/truncate.c: Likewise. * sysdeps/unix/common/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
		
			
				
	
	
		
			17 lines
		
	
	
		
			734 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			734 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # File name	Caller	Syscall name	# args	Strong name	Weak names
 | |
| 
 | |
| adjtime		-	adjtime		i:pp	__adjtime	adjtime
 | |
| fchmod		-	fchmod		i:ii	__fchmod	fchmod
 | |
| fchown		-	fchown		i:iii	__fchown	fchown
 | |
| ftruncate	-	ftruncate	i:ii	__ftruncate	ftruncate
 | |
| getrusage	-	getrusage	i:ip	__getrusage	getrusage
 | |
| gettimeofday	-	gettimeofday	i:PP	__gettimeofday	gettimeofday __gettimeofday_internal
 | |
| settimeofday	-	settimeofday	i:PP	__settimeofday	settimeofday
 | |
| setpgid		-	setpgrp		i:ii	__setpgid	setpgid
 | |
| setregid	-	setregid	i:ii	__setregid	setregid
 | |
| setreuid	-	setreuid	i:ii	__setreuid	setreuid
 | |
| sigaction	-	sigaction	i:ipp	__sigaction	sigaction
 | |
| sys_lstat	lxstat	lstat		i:sp	__syscall_lstat
 | |
| truncate	-	truncate	i:si	__truncate	truncate
 | |
| vhangup		-	vhangup		i:i	vhangup
 |