diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-24 18:16:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-24 18:16:42 +0000 |
commit | 16feadf264b6508bc5583a56a2c7a7aaafc1e383 (patch) | |
tree | ec461d3780d78320b64f9e5772feda4f0a821525 /include | |
parent | bd547139c77f2f3bb581d329e70c2c5cd246a3ab (diff) | |
download | glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.gz glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.bz2 glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.zip |
[BZ #1920]
005-11-24 Jakub Jelinek <jakub@redhat.com>
[BZ #1920]
* sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
__attribute__ instead of __attribute.
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
(__cleanup_fct_attribute): Likewise.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/sendfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/sendfile.h b/include/sys/sendfile.h new file mode 100644 index 0000000000..abe09769cc --- /dev/null +++ b/include/sys/sendfile.h @@ -0,0 +1 @@ +#include <io/sys/sendfile.h> |