elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
include
/
linuxmt
/
wait.h
File editor
#ifndef __LINUXMT_WAIT_H #define __LINUXMT_WAIT_H #include <linuxmt/types.h> #define WNOHANG 0x00000001 #define WUNTRACED 0x00000002 #define wake_up(_a) _wake_up(_a,1) #define wake_up_interruptible(_a) _wake_up(_a,0) struct wait_queue { char pad; }; /* The special queue for selecting / polling */ extern struct wait_queue select_queue; #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history