LibC: Remove undefined __generate_unique_filename
declaration
This commit is contained in:
parent
cf5f08b317
commit
35a5305264
Notes:
sideshowbarker
2024-07-17 22:36:30 +09:00
Author: https://github.com/mhermier Commit: https://github.com/SerenityOS/serenity/commit/35a53052647 Pull-request: https://github.com/SerenityOS/serenity/pull/11284 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
|||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__attribute__((warn_unused_result)) int __generate_unique_filename(char* pattern);
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define EXIT_SUCCESS 0
|
||||
|
|
Loading…
Add table
Reference in a new issue