mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
7 lines
76 B
C
7 lines
76 B
C
|
|
#ifndef __off_t_defined
|
|
typedef int off_t;
|
|
#define __off_t_defined
|
|
#endif
|
|
|