[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libcdio-devel] Re: libcdio-0.83git on Solaris snv134 sees no drives
From: |
Thomas Schmitt |
Subject: |
[Libcdio-devel] Re: libcdio-0.83git on Solaris snv134 sees no drives |
Date: |
Sun, 30 May 2010 19:09:53 +0200 |
Hi,
insight about Solaris macro FS.
Inclusion chain is :
#include <cstdlib>
#include <stdlib.h>
#include <sys/wait.h>
#include <sys/procset.h>
#include <sys/signal.h>
#include <sys/ucontext.h>
#include <sys/regset.h>
where finally:
#define FS 1
regset.h seems to deal with processor registers.
Have a nice day :)
Thomas