]> git.sur5r.net Git - cc65/blobdiff - include/sys/types.h
New EMD driver for the ISEPIC cartridge written and contributed by
[cc65] / include / sys / types.h
index 0eb415186511c8f13ef4610f8245d26a7ef64066..087bff5d82bc3d6062c076b63700a94fef510dd5 100644 (file)
@@ -45,8 +45,8 @@
 
 
 /* off_t is also defined in unistd.h */
-#ifndef __HAVE_off_t
-#define __HAVE_off_t
+#ifndef _HAVE_off_t
+#define _HAVE_off_t
 typedef long int off_t;
 #endif