Remove a couple of definitions which now exist in compatibility headers.
This commit is contained in:
parent
990e94172d
commit
cc6a651e49
@ -470,8 +470,6 @@ extern uint64_t physmem;
|
||||
|
||||
#define gethrestime_sec() time(NULL)
|
||||
|
||||
#define open64(...) open(__VA_ARGS__)
|
||||
#define pread64(d, p, n, o) pread(d, p, n, o)
|
||||
#define pwrite64(d, p, n, o) pwrite(d, p, n, o)
|
||||
#define readdir64(d) readdir(d)
|
||||
#define SIGPENDING(td) (0)
|
||||
|
@ -470,8 +470,6 @@ extern uint64_t physmem;
|
||||
|
||||
#define gethrestime_sec() time(NULL)
|
||||
|
||||
#define open64(...) open(__VA_ARGS__)
|
||||
#define pread64(d, p, n, o) pread(d, p, n, o)
|
||||
#define pwrite64(d, p, n, o) pwrite(d, p, n, o)
|
||||
#define readdir64(d) readdir(d)
|
||||
#define SIGPENDING(td) (0)
|
||||
|
Loading…
Reference in New Issue
Block a user