*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-12 23:27:52 +00:00
parent d71d00ab0b
commit 6ef8165781
2 changed files with 165 additions and 4 deletions

21
sysprof-text.c Normal file
View File

@ -0,0 +1,21 @@
/*
* Plan:
*
* blocking_read()
*
* select (fd);
* if (readable)
* read();
*
*
* handle SIGUSR1
* write spam to commandline given file
*
*/
int
main ()
{
return 0;
}