library: Remove tty_to_dev()
This library call was imported into w as it was only used in this program. Converting a tty to a device is not really the work for libprocps.
This commit is contained in:
@@ -11,7 +11,5 @@ __BEGIN_DECLS
|
||||
|
||||
extern unsigned dev_to_tty(char *__restrict ret, unsigned chop, dev_t dev_t_dev, int pid, unsigned int flags);
|
||||
|
||||
extern int tty_to_dev(const char *__restrict const name);
|
||||
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user