Mercurial
Mercurial
>
queue-fix
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
trymkffo.c
author
tomas@localhost
Thu, 01 Nov 2007 14:46:11 +0100
changeset 0
c045670f36e9
permissions
-rw-r--r--
Imported queue-fix-1.4
#include <sys/types.h>
#include <sys/stat.h>
void main()
{
mkfifo("temp-trymkffo",0);
}