mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
cfd364a4e2
file so you at least have _something_. This is a crock, but it was easier than making the inclusion of libc-missing.a optional everywhere. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
7 lines
84 B
C
7 lines
84 B
C
void gnc_libc_missing_noop (void);
|
|
|
|
void gnc_libc_missing_noop (void)
|
|
{
|
|
return;
|
|
}
|