diff options
| -rw-r--r-- | banned.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,4 +41,7 @@ #undef asctime_r #define asctime_r(t, buf) BANNED(asctime_r) +#undef mktemp +#define mktemp(x) BANNED(mktemp) + #endif /* BANNED_H */ |
![]() |
index : git | |
| Fork of git SCM with my patches. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | banned.h | 3 |
@@ -41,4 +41,7 @@ #undef asctime_r #define asctime_r(t, buf) BANNED(asctime_r) +#undef mktemp +#define mktemp(x) BANNED(mktemp) + #endif /* BANNED_H */ |