diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-20 22:12:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-20 22:12:40 +0000 |
commit | c5780b5fc8892aed62501fc599c9958f543b412e (patch) | |
tree | 92c08afd06611f9d797a8d0a54273705780658d2 /ChangeLog | |
parent | 24d58fb41db26300aa7ebfdf7b373860f636979a (diff) | |
download | glibc-c5780b5fc8892aed62501fc599c9958f543b412e.tar.gz glibc-c5780b5fc8892aed62501fc599c9958f543b412e.tar.xz glibc-c5780b5fc8892aed62501fc599c9958f543b412e.zip |
* hurd/hurd/xattr.h: New file.
* hurd/xattr.c: New file. * hurd/Makefile (routines): Add it. * sysdeps/mach/hurd/fgetxattr.c: New file. * sysdeps/mach/hurd/flistxattr.c: New file. * sysdeps/mach/hurd/fremovexattr.c: New file. * sysdeps/mach/hurd/fsetxattr.c: New file. * sysdeps/mach/hurd/getxattr.c: New file. * sysdeps/mach/hurd/lgetxattr.c: New file. * sysdeps/mach/hurd/listxattr.c: New file. * sysdeps/mach/hurd/lsetxattr.c: New file. * sysdeps/mach/hurd/removexattr.c: New file. * sysdeps/mach/hurd/setxattr.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac56616287..30bdba34f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-02-20 Roland McGrath <roland@frob.com> + + * hurd/hurd/xattr.h: New file. + * hurd/xattr.c: New file. + * hurd/Makefile (routines): Add it. + * sysdeps/mach/hurd/fgetxattr.c: New file. + * sysdeps/mach/hurd/flistxattr.c: New file. + * sysdeps/mach/hurd/fremovexattr.c: New file. + * sysdeps/mach/hurd/fsetxattr.c: New file. + * sysdeps/mach/hurd/getxattr.c: New file. + * sysdeps/mach/hurd/lgetxattr.c: New file. + * sysdeps/mach/hurd/listxattr.c: New file. + * sysdeps/mach/hurd/lsetxattr.c: New file. + * sysdeps/mach/hurd/removexattr.c: New file. + * sysdeps/mach/hurd/setxattr.c: New file. + 2006-02-13 Mike Frysinger <vapier@gentoo.org> * string/tester.c (test_strnlen): New function. |