| | I've been told to look for the "sighandler_t typedef" header, the correct file (signal.h) exists where it should be, but I don't get grep results, which is probably due to my dumbness. Any suggests for grep commands or which header? |
|
|
CODE grep -i sighandler /usr/include/sys/signal.h Another slightly more complicated way would be to do : CODE set -x for i in `find / -print | grep signal.h` do grep -i sighandler $i done set +x First try the first way, to test your grep skills. The second way is a funny way. "set -x" makes the shell to be verbose, issuing each grep command. the "find" generates the full path for each file named "something.essai.h" and gives it to the $i variable The "grep" finds the "sighandler" string in the config.h file. I use this more sophisticated way because there may be several signal.h on your system. In mine, they are : QUOTE # find /usr -print |grep signal.h /usr/include/signal.h /usr/include/sys/m_signal.h /usr/include/sys/signal.h
Similar Topics
Keywords : , sighandler, t, typedef, header
Can I get rid of the header? (9) OK, so I'm building my site and want to add a blog element. Not having PHP and MySQL under my (0) Hi all, I' ve problem sending HTTP POST(multipart/form-data) request using CURL. The server Part 2-Header (6) The next step will be to set up our header with a tab menu a search box and a header image. With (4) Hi, I'm currently looking for a header file I really need. It's a random.h header file. Is (2) I have installed php-nuke to a website and am trying to understand it. I want to change some things CSS class/id for changing the colour of lower edge of header objects (13) I would require a forum in the near future for another of my project. I had tried my hand at phpBB (2) Dear Friends I want to stream music from my website. The file format is .rm. People say that one (6) Hi, I don't know how to rotate a text in a DataGridView column header to be written vertically (5) I am using a php script to show files on my 2nd host ... It is specially ONLY for files. >>HERE (5) This is the new header for a fansite of mine featuring the band East 146 . They're a local band flash (2) hello, how can i put my flash object(header) im my page. what file do i have to use. ive you make a Blue screen Win Xp stop (8) Bad pool header Hi, do anyone know how to solve a BAD_POLL_HEADER... this is not a permanent error, S.O.S. (5) im building a website, and i need some help i got 3 frames, navigation, top and main, but i want Looking for , sighandler, t, typedef, header
|
|
![]() "Sighandler_t Typedef" Header |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|