mirror of
https://github.com/cahirwpz/libnix.git
synced 2026-09-11 19:26:17 +00:00
Got rid of useless GNUC define. Let the macros take care of it.
This commit is contained in:
@@ -10,11 +10,6 @@ extern void __seterrno(void);
|
||||
|
||||
int fstat(int d,struct stat *buf)
|
||||
{ extern int __stat(struct stat *buf,struct FileInfoBlock *fib);
|
||||
#if defined (__GNUC__)
|
||||
#undef DOS_BASE_NAME
|
||||
#define DOS_BASE_NAME dosbase
|
||||
register APTR dosbase __asm("a6") = DOSBase;
|
||||
#endif
|
||||
StdFileDes *fp = _lx_fhfromfd(d);
|
||||
struct FileInfoBlock *fib;
|
||||
LONG pos,len,fh;
|
||||
|
||||
Reference in New Issue
Block a user