glibc/sysdeps/mach/hurd
H.J. Lu 7635a88d32 Add __CPU_MASK_TYPE for __cpu_mask
Since x86-64 and x32 use the same set of sched_XXX system call interface:

[hjl@gnu-6 linux-stable]$ grep sched_
arch/x86/entry/syscalls/syscall_64.tbl
24	common	sched_yield		sys_sched_yield
142	common	sched_setparam		sys_sched_setparam
143	common	sched_getparam		sys_sched_getparam
144	common	sched_setscheduler	sys_sched_setscheduler
145	common	sched_getscheduler	sys_sched_getscheduler
146	common	sched_get_priority_max	sys_sched_get_priority_max
147	common	sched_get_priority_min	sys_sched_get_priority_min
148	common	sched_rr_get_interval	sys_sched_rr_get_interval
203	common	sched_setaffinity	sys_sched_setaffinity
204	common	sched_getaffinity	sys_sched_getaffinity
314	common	sched_setattr		sys_sched_setattr
315	common	sched_getattr		sys_sched_getattr
[hjl@gnu-6 linux-stable]$

__cpu_mask should be unsigned long long, instead of unsigned long, for
x32.  This patch adds __CPU_MASK_TYPE so that each architecture can
define the proper type for __cpu_mask.

	[BZ #19313]
	* bits/typesizes.h (__CPU_MASK_TYPE): New.
	* sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
	* sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
	Likewise.
	* sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
	Likewise.
	* sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
	* sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
	unsigned long int with __CPU_MASK_TYPE.
2015-12-01 10:25:44 -08:00
..
bits Add __CPU_MASK_TYPE for __cpu_mask 2015-12-01 10:25:44 -08:00
i386 Fix warnings 2015-03-21 04:49:44 +01:00
net Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
_exit.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
accept4.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
accept.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
access.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
adjtime.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
bind.c hurd: Ignore bytes beyond sockaddr length for AF_UNIX 2015-02-08 04:26:54 +01:00
brk.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
chdir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
check_fds.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
chflags.c hurd: fix f?chflags prototypes, declare them and their flags 2015-02-07 21:56:15 +01:00
chmod.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
chown.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
chroot.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
clock.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
close.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
closedir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
configure Revert not defining NO_HIDDEN on hurd 2015-11-25 02:48:22 +01:00
configure.ac Revert not defining NO_HIDDEN on hurd 2015-11-25 02:48:22 +01:00
connect.c hurd: Ignore bytes beyond sockaddr length for AF_UNIX 2015-02-08 04:26:54 +01:00
cthreads.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
device-nrs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirfd.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirstream.h Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
dl-execstack.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dl-sysdep.c hurd: Initialize __libc_stack_end for hidden support 2015-11-25 17:48:51 +01:00
dl-sysdep.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dup2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dup3.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
eloop-threshold.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
enbl-secure.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
err_hurd.sub Update. 1998-06-02 12:58:14 +00:00
errlist.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno-loc.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno.c * sysdeps/mach/hurd/errno.c: New file. 2005-12-29 10:51:20 +00:00
errnos.awk Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
euidaccess.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
execve.c Convert 24 more function definitions to prototype style (array parameters). 2015-10-20 11:51:03 +00:00
faccessat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fchdir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fchflags.c hurd: fix f?chflags prototypes, declare them and their flags 2015-02-07 21:56:15 +01:00
fchmod.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fchmodat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fchown.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fchownat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fcntl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fdatasync.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fdopendir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fexecve.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fgetxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
flistxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
flock.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
fork.c hurd: install correct number of send rights on fork 2015-11-29 16:41:00 +01:00
fpathconf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fremovexattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fsetxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fstatfs64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fstatfs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fstatvfs64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fstatvfs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fsync.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
ftruncate.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
futimes.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fxstat64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fxstat.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fxstatat64.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
fxstatat.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getclktck.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getcwd.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
getdents.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
getdomain.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getdtsz.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getegid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
geteuid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getgid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getgroups.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
gethostid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gethostname.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getitimer.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getlogin_r.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getlogin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getpeername.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getpgid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getpid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getppid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getpriority.c Fix nice getpriority, setpriority namespace (bug 18553). 2015-06-17 20:22:39 +00:00
getresgid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getresuid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getrlimit.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getrusage.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getsid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getsockname.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
getsockopt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getuid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
group_member.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
if_index.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
ifreq.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ifreq.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Implies Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
init-posix.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
ioctl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
isatty.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
kernel-features.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
kill.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lchmod.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lchown.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
lgetxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc_p-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-lock.h Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code 2015-11-24 16:37:15 +01:00
libc-tsd.h Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). 2015-09-03 20:33:46 +00:00
link.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
linkat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
listen.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
listxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
llistxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lremovexattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lseek64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lseek.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lsetxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lutimes.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lxstat64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lxstat.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makeconfig Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. 2012-08-17 09:35:15 -07:00
Makefile Fix typo 2015-09-15 10:19:31 +02:00
malloc-machine.h malloc: Rewrite with explicit TLS access using __thread 2015-10-17 12:06:48 +02:00
mig-reply.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mkdir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
mkdirat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
mlock.c hurd: permit to use mlock from non-root process 2015-07-09 13:56:30 +02:00
mmap64.c hurd: Make mmap64 use vm_offset_t for overflow check 2015-11-29 17:26:50 +01:00
mmap.c Fix vm_page_size visibility 2015-09-21 00:08:51 +02:00
munlock.c hurd: permit to use mlock from non-root process 2015-07-09 13:56:30 +02:00
open64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
open.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
openat64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
openat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
opendir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pathconf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pipe.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
poll.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
ppoll.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pread64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pread.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
prof-freq.c update from main archive 960909 1996-09-10 02:00:15 +00:00
profil.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pselect.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
ptrace.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ptsname.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pwrite64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pwrite.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
read.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir64_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readlink.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
readlinkat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
reboot.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
recv.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
recvfrom.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
recvmsg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
removexattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
rename.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
renameat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
revoke.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
rewinddir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
rmdir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sbrk.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
seekdir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
select.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
send.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sendfile64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sendfile.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sendmsg.c hurd: Ignore bytes beyond sockaddr length for AF_UNIX 2015-02-08 04:26:54 +01:00
sendto.c hurd: Ignore bytes beyond sockaddr length for AF_UNIX 2015-02-08 04:26:54 +01:00
setdomain.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setegid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
seteuid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setgid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setgroups.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sethostid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sethostname.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setitimer.c Fix warnings 2015-03-21 04:49:44 +01:00
setlogin.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setpgid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setpriority.c Fix nice getpriority, setpriority namespace (bug 18553). 2015-06-17 20:22:39 +00:00
setregid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setresgid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setresuid.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setreuid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setrlimit.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setsid.c Fix warnings 2015-03-21 04:49:44 +01:00
setsockopt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
settimeofday.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setuid.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
setxattr.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
shutdown.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigaction.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigaltstack.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
siglist.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigpending.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigprocmask.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigstack.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigsuspend.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sigwait.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
socket.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
socketpair.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
spawni.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statfs64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statfs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statfsconv.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statvfs64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statvfs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Subdirs * sysdeps/mach/hurd/Subdirs: Use "first hurd". 2006-03-01 08:52:13 +00:00
symlink.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
symlinkat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
sync.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
syncfs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sysconf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
telldir.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
times.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tls.h hurd: fix tls.h build 2015-02-08 05:06:17 +01:00
tmpfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
tmpfile.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
truncate.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
ttyname_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ttyname.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
umask.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
uname.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
unlink.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
unlinkat.c Convert 231 sysdeps function definitions to prototype style. 2015-10-19 12:04:33 +00:00
utimes.c Convert 24 more function definitions to prototype style (array parameters). 2015-10-20 11:51:03 +00:00
Versions Update. 2004-06-01 18:53:04 +00:00
wait4.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
write.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
xmknod.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
xmknodat.c Fix hurd build with hidden support 2015-11-25 02:35:18 +01:00
xstat64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
xstat.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
xstatconv.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00