~mirabilos/klibc/master

« back to all changes in this revision

Viewing changes to klibc/SYSCALLS.def

  • Committer: H. Peter Anvin
  • Date: 2005-09-02 05:47:58 UTC
  • mfrom: (949.1.13)
  • Revision ID: git-v1:7ab38d71de2964129cf1d5bc4e071d103e807a0d
Merge with terminus.zytor.com:/home/hpa/klibc/official/.git

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
int getcwd::__getcwd(char *, size_t)
115
115
<?> int utime(const char *, const struct utimbuf *)
116
116
<?> int utimes(const char *, const struct timeval *)
 
117
<?> int inotify_init(void)
 
118
<?> int inotify_add_watch(int, const char *, __u32)
 
119
<?> int inotify_rm_watch(int, __u32)
117
120
 
118
121
;
119
122
; I/O operations