mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: change textflags from numbers to symbols
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12798043
This commit is contained in:
parent
2791ef0b67
commit
e838334beb
36 changed files with 156 additions and 119 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "os_GOOS.h"
|
||||
#include "signal_unix.h"
|
||||
#include "stack.h"
|
||||
#include "../../cmd/ld/textflag.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
@ -59,7 +60,7 @@ runtime·semacreate(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
#pragma textflag 7
|
||||
#pragma textflag NOSPLIT
|
||||
int32
|
||||
runtime·semasleep(int64 ns)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue