2004-06-10 Stephen Crowley <stephen.crowley@sbcglobal.net>
PR libmudflap/13505
* mf-hooks2.c (semctl): Add cygwin porting hack.
From-SVN: r82923
+2004-06-10 Stephen Crowley <stephen.crowley@sbcglobal.net>
+
+ PR libmudflap/13505
+ * mf-hooks2.c (semctl): Add cygwin porting hack.
+
2004-06-09 Frank Ch. Eigler <fche@redhat.com>
ctype support.
"semctl array");
break;
#ifdef IPC_INFO
- /* FreeBSD 5.1 headers include IPC_INFO but not the __buf field. */
-#if !defined(__FreeBSD__)
+ /* FreeBSD 5.1 And Cygwin headers include IPC_INFO but not the __buf field. */
+#if !defined(__FreeBSD__) && !defined(__CYGWIN__)
case IPC_INFO:
MF_VALIDATE_EXTENT (arg.__buf, sizeof (*arg.__buf), __MF_CHECK_WRITE,
"semctl __buf");