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 /hurd/Makefile | |
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 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index ccf596c918..5d99429f79 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002 +# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -60,7 +60,7 @@ routines = hurdstartup hurdinit \ vpprintf \ ports-get ports-set hurdports hurdmsg \ errno-loc \ - $(sig) $(dtable) $(inlines) port-cleanup report-wait + $(sig) $(dtable) $(inlines) port-cleanup report-wait xattr sig = hurdsig hurdfault siginfo hurd-raise preempt-sig \ trampoline longjmp-ts catch-exc exc2signal hurdkill sigunwind \ thread-self thread-cancel intr-msg catch-signal |