Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(171)

Issue 2241045: Add inotify syscalls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by leczb
Modified:
14 years, 7 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Add inotify syscalls

Patch Set 1 #

Patch Set 2 : code review 2241045: Add inotify syscalls #

Patch Set 3 : code review 2241045: Add inotify syscalls #

Patch Set 4 : code review 2241045: Add inotify syscalls #

Total comments: 4

Patch Set 5 : code review 2241045: Add inotify syscalls #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -3 lines) Patch
M src/pkg/syscall/mkerrors.sh View 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_linux.go View 2 chunks +4 lines, -3 lines 0 comments Download
M src/pkg/syscall/types_linux.c View 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 2 1 chunk +37 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 2 1 chunk +37 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_arm.go View 2 1 chunk +37 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_386.go View 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_amd64.go View 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_arm.go View 1 chunk +28 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_386.go View 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_amd64.go View 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_arm.go View 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc1
http://codereview.appspot.com/2241045/diff/8001/src/pkg/syscall/types_linux.c File src/pkg/syscall/types_linux.c (right): http://codereview.appspot.com/2241045/diff/8001/src/pkg/syscall/types_linux.c#newcode124 src/pkg/syscall/types_linux.c:124: typedef struct inotify_event $RawInotifyEvent; s/Raw// Unless package syscall is ...
14 years, 7 months ago (2010-09-27 13:29:54 UTC) #1
leczb
http://codereview.appspot.com/2241045/diff/8001/src/pkg/syscall/types_linux.c File src/pkg/syscall/types_linux.c (right): http://codereview.appspot.com/2241045/diff/8001/src/pkg/syscall/types_linux.c#newcode124 src/pkg/syscall/types_linux.c:124: typedef struct inotify_event $RawInotifyEvent; On 2010/09/27 13:29:55, rsc1 wrote: ...
14 years, 7 months ago (2010-09-27 14:05:59 UTC) #2
rsc
14 years, 7 months ago (2010-09-27 15:44:28 UTC) #3
*** Submitted as 1ed14c9ace3f ***

syscall: add inotify on Linux

R=rsc
CC=golang-dev
http://codereview.appspot.com/2241045

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b