mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibC: Remove undefined __generate_unique_filename
declaration
This commit is contained in:
parent
cf5f08b317
commit
35a5305264
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
__attribute__((warn_unused_result)) int __generate_unique_filename(char* pattern);
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
#define EXIT_SUCCESS 0
|
#define EXIT_SUCCESS 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue