diff options
author | Michel Hermier <michel.hermier@gmail.com> | 2021-12-16 09:27:28 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-12-18 21:01:10 -0800 |
commit | 35a53052647752fd8c41d1525ddd7a4862783fe1 (patch) | |
tree | 67528c6817b559a14c25c9ebde3fefda4c708512 /Userland/Libraries/LibC/stdlib.h | |
parent | cf5f08b317685ba48a6e5576510c3b36fcaa96d1 (diff) | |
download | serenity-35a53052647752fd8c41d1525ddd7a4862783fe1.zip |
LibC: Remove undefined `__generate_unique_filename` declaration
Diffstat (limited to 'Userland/Libraries/LibC/stdlib.h')
-rw-r--r-- | Userland/Libraries/LibC/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibC/stdlib.h b/Userland/Libraries/LibC/stdlib.h index 56f067d8c1..b67030e1c3 100644 --- a/Userland/Libraries/LibC/stdlib.h +++ b/Userland/Libraries/LibC/stdlib.h @@ -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 |