mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add declaration to eliminate -Wmissing-prototypes warning
This commit is contained in:
parent
9a50fd2d05
commit
0b64c636db
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$");
|
|||
__weak_reference(__creat, creat);
|
||||
__weak_reference(__creat, _creat);
|
||||
|
||||
int __creat(const char *path, mode_t mode);
|
||||
|
||||
#pragma weak creat
|
||||
int
|
||||
__creat(const char *path, mode_t mode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue