]> pd.if.org Git - pdclib/blobdiff - platform/example_64/internals/_PDCLIB_config.h
tmpfile() implementation now based on /proc/sys/kernel/random/uuid.
[pdclib] / platform / example_64 / internals / _PDCLIB_config.h
index 65abc89ea192d1618d50fb4186a47bacfe259e6e..30d51b1f701987ef5a64bd707dde1eafd0bfd636 100644 (file)
@@ -251,8 +251,8 @@ typedef int _PDCLIB_fd_t;
 /* Length of the longest filename the implementation guarantees to support. */
 #define _PDCLIB_FILENAME_MAX 128
 
-/* Buffer size for tmpnam(). */
-#define _PDCLIB_L_tmpnam 100
+/* Maximum length of filenames generated by tmpnam(). (See tmpfile.c.) */
+#define _PDCLIB_L_tmpnam 46
 
 /* Number of distinct file names that can be generated by tmpnam(). */
 #define _PDCLIB_TMP_MAX 50