mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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
|
|
|