public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix tst-chk{2,3}
@ 2005-03-05 16:39 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2005-03-05 16:39 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-05 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05 16:39 [PATCH] Fix tst-chk{2,3} Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).