changeset 8451:2c1c248f97d4

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Aug 1994 23:29:11 +0000
parents 32bfc62d6231
children b9fe5aec7126
files src/s/sol2-4.h
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/sol2-4.h	Thu Aug 04 23:29:11 1994 +0000
@@ -0,0 +1,11 @@
+/* Handle Solaris 2.4.  */
+
+#ifdef __GNUC__
+#ifdef i386
+/* Since we use gcc -traditional, we have to work around a bogus "volatile" in
+   <sys/machlock.h>.  Must do this before #include "sol2-3.h".  */
+#define volatile
+#endif /* i386 */
+#endif /* __GNUC__ */
+
+#include "sol2-3.h"