mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +00:00
Add syscalls to Blinkenlights and fix bugs
This commit is contained in:
parent
f6df29cc3d
commit
578cb21591
25 changed files with 187 additions and 108 deletions
|
@ -18,8 +18,13 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.internal.h"
|
||||
|
||||
// Supplies argv[0] the GNU way.
|
||||
.initbss 300,_init_program_invocation_name
|
||||
// Supplies argv[0] the GNU way.
|
||||
//
|
||||
// If argv[0] isn't supplied, this value will be null.
|
||||
//
|
||||
// @see program_invocation_short_name
|
||||
// @see GetProgramExecutableName()
|
||||
program_invocation_name:
|
||||
.quad 0
|
||||
.endobj program_invocation_name,globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue