diff options
author | Khem Raj <raj.khem@gmail.com> | 2007-08-08 06:20:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-08 06:20:38 +0000 |
commit | 8e0edca59aa429e14f33632942ce2743dfff62ce (patch) | |
tree | c34507d53460c5a323695d2f2cb3332ac5e7faef /packages/glibc/eglibc-svn | |
parent | e27a1863862c4d98662ca1bcf23a360b71ed5a4a (diff) |
eglibc: fix staging, SRC_URI and add a backport fix from gcc
Diffstat (limited to 'packages/glibc/eglibc-svn')
-rw-r--r-- | packages/glibc/eglibc-svn/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/glibc/eglibc-svn/export-fcntl2.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/glibc/eglibc-svn/.mtn2git_empty b/packages/glibc/eglibc-svn/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/glibc/eglibc-svn/.mtn2git_empty diff --git a/packages/glibc/eglibc-svn/export-fcntl2.patch b/packages/glibc/eglibc-svn/export-fcntl2.patch new file mode 100644 index 0000000000..0bf6c57852 --- /dev/null +++ b/packages/glibc/eglibc-svn/export-fcntl2.patch @@ -0,0 +1,11 @@ +--- libc/io/Makefile.orig 2007-08-07 17:41:33.000000000 -0700 ++++ libc/io/Makefile 2007-08-07 17:42:25.000000000 -0700 +@@ -23,7 +23,7 @@ subdir := io + + headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \ + sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \ +- poll.h sys/poll.h bits/poll.h \ ++ poll.h sys/poll.h bits/poll.h bits/fcntl2.h \ + utime.h ftw.h fts.h sys/sendfile.h + + routines := \ |