[PATCH] Fix tst-chk{2,3}
Jakub Jelinek
jakub@redhat.com
Sat Mar 5 16:39:00 GMT 2005
Hi!
Without this patch tst-chk{2,3} fails to compile, as the compiler doesn't
find <bits/unistd.h> and <bits/socket2.h> headers.
2005-03-05 Jakub Jelinek <jakub@redhat.com>
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.
--- libc/include/bits/unistd.h.jj 2005-03-05 13:59:05.025543987 +0100
+++ libc/include/bits/unistd.h 2005-03-05 13:59:00.055428864 +0100
@@ -0,0 +1 @@
+#include <posix/bits/unistd.h>
--- libc/include/bits/socket2.h.jj 2005-03-05 13:59:58.793971057 +0100
+++ libc/include/bits/socket2.h 2005-03-05 13:59:53.909840630 +0100
@@ -0,0 +1 @@
+#include <socket/bits/socket2.h>
Jakub
More information about the Libc-hacker
mailing list