Remove a couple of definitions which now exist in compatibility headers.

This commit is contained in:
John Birrell 2007-11-28 22:10:36 +00:00
parent 990e94172d
commit cc6a651e49
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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)