Browse Source

Plan 9 from Bell Labs 2007-09-04

David du Colombier 16 years ago
parent
commit
b2039d3801
4 changed files with 5 additions and 5 deletions
  1. 1 1
      dist/replica/_plan9.db
  2. 1 1
      dist/replica/plan9.db
  3. 1 0
      dist/replica/plan9.log
  4. 2 3
      sys/man/2/thread

+ 1 - 1
dist/replica/_plan9.db

@@ -7627,7 +7627,7 @@ sys/man/2/string - 664 sys sys 1055701090 5306
 sys/man/2/stringsize - 664 sys sys 952627482 1409
 sys/man/2/subfont - 664 sys sys 956345937 5140
 sys/man/2/symbol - 664 sys sys 950892874 9423
-sys/man/2/thread - 664 sys sys 1187645645 11918
+sys/man/2/thread - 664 sys sys 1188841215 11916
 sys/man/2/time - 664 sys sys 1182980757 736
 sys/man/2/tmpfile - 664 sys sys 1048637161 1157
 sys/man/2/wait - 664 sys sys 1163004064 2525

+ 1 - 1
dist/replica/plan9.db

@@ -7627,7 +7627,7 @@ sys/man/2/string - 664 sys sys 1055701090 5306
 sys/man/2/stringsize - 664 sys sys 952627482 1409
 sys/man/2/subfont - 664 sys sys 956345937 5140
 sys/man/2/symbol - 664 sys sys 950892874 9423
-sys/man/2/thread - 664 sys sys 1187645645 11918
+sys/man/2/thread - 664 sys sys 1188841215 11916
 sys/man/2/time - 664 sys sys 1182980757 736
 sys/man/2/tmpfile - 664 sys sys 1048637161 1157
 sys/man/2/wait - 664 sys sys 1163004064 2525

+ 1 - 0
dist/replica/plan9.log

@@ -52373,3 +52373,4 @@
 1188703805 1 c 386/bin/auth/secstore - 775 sys sys 1188702769 192724
 1188703805 2 c 386/bin/auth/secstored - 775 sys sys 1188702773 197480
 1188703805 3 c 386/bin/auth/secuser - 775 sys sys 1188702776 149443
+1188842404 0 c sys/man/2/thread - 664 sys sys 1188841215 11916

+ 2 - 3
sys/man/2/thread

@@ -118,14 +118,13 @@ int	nbsendp(Channel *c, void *v)
 int	nbsendul(Channel *c, ulong v)
 int	chanprint(Channel *c, char *fmt, ...)
 .XX
-int	procexecl(Channel *cpid, char *file, ...)
-int	procexec(Channel *cpid, char *file, char *args[])
+void	procexecl(Channel *cpid, char *file, ...)
+void	procexec(Channel *cpid, char *file, char *args[])
 Channel*	threadwaitchan(void)
 .XX
 int	threadnotify(int (*f)(void*, char*), int in)
 .EE
 .SH DESCRIPTION
-.PP
 The thread library provides parallel programming support similar to that
 of the languages
 Alef and Newsqueak.