uclibc: fix mkostemp
authorCarlos Santos <casantos@datacom.com.br>
Wed, 31 Oct 2018 11:09:48 +0000 (08:09 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 31 Oct 2018 11:45:21 +0000 (12:45 +0100)
commitc33fb6e9f190273abef5fd8186ab0d5a496ef06a
tree6c9629d472a4b5c83d62defa4c7e9ed1313914b9
parent0def20865d75baf80b0dad5dcc81efd606cfb3af
uclibc: fix mkostemp

Pull a patch already submitted upstream[1] that fixes mkostemp when
_LARGEFILE64_SOURCE is defined. This is required to prevent failures
on eudev[2]:

    # udevadm hwdb --update
    Failure writing database //etc/udev/hwdb.bin: Invalid argument

1. https://patchwork.ozlabs.org/patch/990045/
2. https://patchwork.ozlabs.org/patch/984848/

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/0004-mkostemp64-clear-flags-as-mkostemp-does.patch [new file with mode: 0644]