POSIX 2024: add mkostemp

Change-Id: I254b3e5c64f5036e99a94513f05d8c491cbd6273
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8590
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
PulkoMandy
2024-11-25 22:01:21 +00:00
committed by waddlesplash
parent 4da2ed4103
commit 8fbddf13a1
2 changed files with 19 additions and 7 deletions
+1
View File
@@ -68,6 +68,7 @@ extern int system(const char *command);
extern char *mktemp(char *name);
extern char *mkdtemp(char *templat);
extern int mkstemp(char *templat);
extern int mkostemp(char *templat, int oflags);
extern char *ecvt(double value, int digits, int *_decimalPoint, int *_sign);
extern char *fcvt(double value, int precision, int *_decimalPoint,