diff options
Diffstat (limited to 'lib-src/ntlib.h')
| -rw-r--r-- | lib-src/ntlib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index ab1e7ba2866..fd51269fdfd 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -43,12 +43,6 @@ int setegid (unsigned gid); | |||
| 43 | char * getpass (const char * prompt); | 43 | char * getpass (const char * prompt); |
| 44 | int fchown (int fd, unsigned uid, unsigned gid); | 44 | int fchown (int fd, unsigned uid, unsigned gid); |
| 45 | 45 | ||
| 46 | #ifndef BSTRING | ||
| 47 | #define bzero(b, l) memset(b, 0, l) | ||
| 48 | #define bcopy(s, d, l) memcpy(d, s, l) | ||
| 49 | #define bcmp(a, b, l) memcmp(a, b, l) | ||
| 50 | #endif | ||
| 51 | |||
| 52 | /* redirect or undo interceptions created by config.h */ | 46 | /* redirect or undo interceptions created by config.h */ |
| 53 | #undef access | 47 | #undef access |
| 54 | #define access _access | 48 | #define access _access |