Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
public sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Aug 2, 2022
1 parent 4ae5b94 commit 1ce3c8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
1 change: 1 addition & 0 deletions c2go.pub
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __signbit
__signbitl
__FLOAT_BITS
__DOUBLE_BITS
sync
basename
initstate
setstate
Expand Down
14 changes: 0 additions & 14 deletions getdomainname.c.i.go

This file was deleted.

77 changes: 0 additions & 77 deletions popen.c.i.go

This file was deleted.

2 changes: 1 addition & 1 deletion sync.c.i.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package libc

func sync() {
func Sync() {
__syscall0(int64(36))
}

0 comments on commit 1ce3c8c

Please sign in to comment.