Make llama.com -h print to stdout

This commit is contained in:
Justine Tunney 2023-05-10 04:55:59 -07:00
parent f312f706f4
commit ca990ef091
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 74 additions and 72 deletions

View file

@ -49,8 +49,6 @@ extern init_f *__init_array_start[] __attribute__((__weak__));
extern init_f *__init_array_end[] __attribute__((__weak__));
extern pthread_mutex_t __mmi_lock_obj;
struct CosmoTib *tib;
textstartup void cosmo(long *sp) {
int argc;
init_f **fp;