[Glibc-bsd-commits] r2329 - trunk/glibc-ports/kfreebsd/bits
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Tue Nov 11 07:13:37 UTC 2008
Author: ps-guest
Date: 2008-11-11 07:13:37 +0000 (Tue, 11 Nov 2008)
New Revision: 2329
Modified:
trunk/glibc-ports/kfreebsd/bits/posix_opt.h
Log:
* sync POSIX_VDISABLE value with linuxthreads/bits/posix_opt.h
Modified: trunk/glibc-ports/kfreebsd/bits/posix_opt.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/posix_opt.h 2008-11-10 21:36:44 UTC (rev 2328)
+++ trunk/glibc-ports/kfreebsd/bits/posix_opt.h 2008-11-11 07:13:37 UTC (rev 2329)
@@ -68,7 +68,7 @@
/* `c_cc' member of 'struct termios' structure can be disabled by
using the value _POSIX_VDISABLE. */
-#define _POSIX_VDISABLE '\0'
+#define _POSIX_VDISABLE ((unsigned char)'\377')
/* The LFS interface is available, except for the asynchronous I/O. */
#define _LFS_LARGEFILE 1
More information about the Glibc-bsd-commits
mailing list