diff options
author | Eric Blake <ebb9@byu.net> | 2009-11-03 08:51:31 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-11-05 07:00:52 -0700 |
commit | d431c61873753673ad9fcbac90db6db04185e307 (patch) | |
tree | d567528063998de7dd5d5fac3abd30c88da8dfed /gnulib | |
parent | 5f29d118df9ad888f7c56de153966c16139c8f25 (diff) | |
download | coreutils-d431c61873753673ad9fcbac90db6db04185e307.tar.xz |
build: reflect gnulib changes to tempname
In glibc 2.11 and gnulib, gen_tempname added a parameter
suffixlen (unfortunately, it is typed as int rather than
size_t, for historical compatibility to a poor choice by BSD).
* gnulib: Import latest changes.
* gl/lib/tempname.h.diff: Accommodate new suffixlen parameter.
* gl/lib/tempname.c.diff (check_x_suffix): Allow for X in suffix
beyond x_suffix_len.
(gen_tempname_len): Add suffixlen parameter.
(__gen_tempname): Update caller.
* src/mktemp.c (mkstemp_len, mkdtemp_len): Update callers.
Diffstat (limited to 'gnulib')
m--------- | gnulib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/gnulib b/gnulib -Subproject 5ff811558adf7013f9fd9109fa794dd4e5ee8c9 +Subproject 757089b71ada13e18169e2be3509c1b07bd1c63 |