mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Fixed _HAVE_off_t
git-svn-id: svn://svn.cc65.org/cc65/trunk@2554 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b7b9455fcd
commit
c25385afa2
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* off_t is also defined in unistd.h */
|
/* off_t is also defined in unistd.h */
|
||||||
#ifndef __HAVE_off_t
|
#ifndef _HAVE_off_t
|
||||||
#define __HAVE_off_t
|
#define _HAVE_off_t
|
||||||
typedef long int off_t;
|
typedef long int off_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user