git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
os_getcwd(): do not realloc if there was no malloc().
[exim.git]
/
src
/
OS
/
os.h-AIX
diff --git
a/src/OS/os.h-AIX
b/src/OS/os.h-AIX
index f3a84f2e3e1d31ce7d2394f050980ec03fa0118d..5cd4501a4f8b86192b3d33a7787f0244d729d902 100644
(file)
--- a/
src/OS/os.h-AIX
+++ b/
src/OS/os.h-AIX
@@
-20,4
+20,8
@@
typedef struct flock flock_t;
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
+
/* End */