mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Make program_invocation_name a macro.
This commit is contained in:
parent
03ab6cf26e
commit
133e5d4410
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ __BEGIN_DECLS
|
|||
extern char* program_invocation_name;
|
||||
extern char* program_invocation_short_name;
|
||||
|
||||
/* Satisfy broken programs that expect these to be macros. */
|
||||
#define program_invocation_name program_invocation_name
|
||||
#define program_invocation_short_name program_invocation_short_name
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue