mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +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
|
|
|