[Glibc-bsd-commits] r1620 - trunk/glibc-2.3-head
Petr Salinger
ps-guest at costa.debian.org
Mon Jun 26 18:25:25 UTC 2006
Author: ps-guest
Date: 2006-06-26 18:25:25 +0000 (Mon, 26 Jun 2006)
New Revision: 1620
Modified:
trunk/glibc-2.3-head/NOTES-2.4
Log:
fix typo
Modified: trunk/glibc-2.3-head/NOTES-2.4
===================================================================
--- trunk/glibc-2.3-head/NOTES-2.4 2006-06-26 16:21:52 UTC (rev 1619)
+++ trunk/glibc-2.3-head/NOTES-2.4 2006-06-26 18:25:25 UTC (rev 1620)
@@ -20,7 +20,6 @@
glibc24-ftw.diff
glibc25-queue.h
-
test build:
-----------
@@ -44,7 +43,7 @@
* io/ftw.c uses unconditionally O_DIRECTORY :-((((((
it have to be rewritten correctly
- add "enum { O_DIRECTORY = 0 };" into bits/fcnt.h
+ add "enum { O_DIRECTORY = 0 };" into bits/fcntl.h
this way it will have value, but will not be #define'd
it is used unconditionally also in testsuite :-((
(workaround currently in glibc24-extra-sysdeps.diff)
@@ -58,7 +57,7 @@
details of glibc24-extra-sysdeps.diff:
-* add "enum { O_DIRECTORY = 0 };" into bits/fcnt.h
+* add "enum { O_DIRECTORY = 0 };" into bits/fcntl.h
* define MSG_NOSIGNAL
enable definition in kfreebsd/bits/socket.h
More information about the Glibc-bsd-commits
mailing list