Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 02:53:03 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110924 for review
Message-ID:  <200612030253.kB32r3Vt047520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110924

Change 110924 by jb@jb_freebsd8 on 2006/12/03 02:53:00

	Add Solaris compatibility definitions.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/fcntl.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/fcntl.h#5 (text+ko) ====

@@ -223,6 +223,15 @@
 #if __BSD_VISIBLE
 int	flock(int, int);
 #endif
+
+/*
+ * Solaris compatibility definitions.
+ */
+#ifdef _SOLARIS_C_SOURCE
+
+#define	open64	open
+
+#endif
 __END_DECLS
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030253.kB32r3Vt047520>