diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-15 17:32:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-15 17:32:51 +0000 |
commit | 101c92fc39425a6e9010c769e3ae6c42c95fe7a8 (patch) | |
tree | 662ab8582d78d96f93d65d72e45f9cd4dba1fbd7 /ChangeLog | |
parent | a9a4127ea6fdb692f3b0fdf2a88a4a8e254e453c (diff) | |
download | glibc-101c92fc39425a6e9010c769e3ae6c42c95fe7a8.zip glibc-101c92fc39425a6e9010c769e3ae6c42c95fe7a8.tar.gz glibc-101c92fc39425a6e9010c769e3ae6c42c95fe7a8.tar.bz2 |
Update.
2000-07-12 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
GLIBC_2.2.
* sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
* sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
(sysdep-routines): Add clone2.
* sysdeps/unix/sysv/linux/ia64/clone2.S: New.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-07-12 H.J. Lu <hjl@gnu.org> + + * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to + GLIBC_2.2. + * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S. + * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc] + (sysdep-routines): Add clone2. + * sysdeps/unix/sysv/linux/ia64/clone2.S: New. + 2000-07-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/clone.S: New file. |