From: Jakub Jelinek Date: Sat, 5 Mar 2005 13:04:47 +0000 (+0000) Subject: * include/bits/unistd.h: New file. X-Git-Tag: cvs/fedora-glibc-2_3_4-12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2c08fa76dc00354560a7ae35d7fe929eb5febe;p=thirdparty%2Fglibc.git * include/bits/unistd.h: New file. * include/bits/socket2.h: New file. --- diff --git a/ChangeLog b/ChangeLog index fdbd4521c10..547bb0236f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-05 Jakub Jelinek + * include/bits/unistd.h: New file. + * include/bits/socket2.h: New file. + * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define unconditionally to (defined RTLD_BOOTSTRAP). * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise. diff --git a/include/bits/socket2.h b/include/bits/socket2.h new file mode 100644 index 00000000000..a81fd9fa78c --- /dev/null +++ b/include/bits/socket2.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/unistd.h b/include/bits/unistd.h new file mode 100644 index 00000000000..1a91dcc72ef --- /dev/null +++ b/include/bits/unistd.h @@ -0,0 +1 @@ +#include