Add the missing return in plat/osx/libsys/creat.c
authorGeorge Koehler <xkernigh@netscape.net>
Tue, 8 Nov 2016 20:35:02 +0000 (15:35 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Tue, 8 Nov 2016 20:35:02 +0000 (15:35 -0500)
commited7fb69f7953a071c62b44e0593b101691111a44
treef2ffa274beeacce9c70415f591d4c063ea30f403
parent7f94e971fd5f967e5efe58cd107625f4caad1e88
Add the missing return in plat/osx/libsys/creat.c

Before now, it might have worked by accident if the return value from
open() stayed in the function return area.
plat/osx/libsys/creat.c