Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
	sys/debugreg.h.

	* sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.

	* sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.

	* sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.

	* sysdeps/unix/sysv/linux/Dist: Add readahead.c.

	* sysdeps/mach/hurd/alpha/Dist: New file.
  • Loading branch information
Ulrich Drepper committed Aug 27, 2002
1 parent 934b77a commit f6e2ae7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
2002-08-27 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
sys/debugreg.h.

* sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.

* sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.

* sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.

* sysdeps/unix/sysv/linux/Dist: Add readahead.c.

* sysdeps/mach/hurd/alpha/Dist: New file.

* sysdeps/arm/Dist: Add bits/link.h.

* sunrpc/Makefile: Distribute thrsvc.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/mach/hurd/alpha/Dist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
static-start.S
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/Dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lddlibc4.c
linux_fsinfo.h
llseek.c
ntp_gettime.c
readahead.c
s_pread64.c
s_pwrite64.c
siglist.h
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/unix/sysv/linux/ia64/Dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
clone.S
clone2.S
dl-brk.S
dl-static.c
ioperm.c
ldd-rewrite.sed
Expand All @@ -9,3 +10,4 @@ net/route.h
sys/procfs.h
sys/io.h
sys/rse.h
sys/user.h
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/mips/Dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ sys/cachectl.h
sys/procfs.h
sys/sysmips.h
sys/tas.h
sys/user.h
xstatconv.c
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/s390/Dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ldd-rewrite.sed
net/route.h
sys/elf.h
sys/procfs.h
sys/user.h
4 changes: 3 additions & 1 deletion sysdeps/unix/sysv/linux/x86_64/Dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
clone.S
ldd-rewrite.sed
ucontext_i.h
umount.c
sys/debugreg.h
sys/io.h
sys/perm.h
sys/procfs.h
sys/reg.h
sys/user.h
umount.c

0 comments on commit f6e2ae7

Please sign in to comment.