runtime: remove some unused constants from assembler code

Change-Id: Ibcd919afcb7ff4db79036ef427d088097362a574
Reviewed-on: https://go-review.googlesource.com/c/go/+/496695
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Ian Lance Taylor 2023-05-20 13:48:22 -07:00 committed by Gopher Robot
parent d2db8267f4
commit bcf41ab0ee
3 changed files with 0 additions and 9 deletions

View File

@ -14,9 +14,6 @@
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 4
#define F_GETFL 3
#define F_SETFL 4
#define O_NONBLOCK 4
#define SYS_exit 1
#define SYS_read 3

View File

@ -13,9 +13,6 @@
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 4
#define F_GETFL 3
#define F_SETFL 4
#define O_NONBLOCK 4
#define SYS_exit 1
#define SYS_read 3

View File

@ -13,9 +13,6 @@
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 3
#define F_GETFL 3
#define F_SETFL 4
#define O_NONBLOCK 4
#define SYS_exit 1
#define SYS_read 3