]> git.eshelyaron.com Git - emacs.git/commitdiff
[__GNUC__] (MKDIR_PROTOTYPE): Defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jan 1994 20:54:23 +0000 (20:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jan 1994 20:54:23 +0000 (20:54 +0000)
src/s/sunos4-0.h

index 5c949bba673461398e72f1e16f3c8aa362be3b11..a0cba915cc9f8b3cda82dbb13e207d4c502d6762 100644 (file)
    GNU malloc's memory pool.  But Sun's malloc doesn't seem to mind. */
 
 #define SYSTEM_MALLOC
+
+#ifdef __GNUC__
+/* We must define mkdir with this arg prototype
+   to match GCC's fixed stat.h.  */
+#define MKDIR_PROTOTYPE \
+  int mkdir (const char *dpath, unsigned short dmode)
+#endif /* __GNUC__ */