mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:48:12 +00:00
Fix busted display of tty names in /proc/summary.
This commit is contained in:
parent
a8f36f72a8
commit
d980ddc745
4 changed files with 17 additions and 2 deletions
|
@ -19,3 +19,4 @@ DWORD strlen(const char*);
|
|||
void *memset(void*, BYTE, DWORD);
|
||||
char *strdup(const char*);
|
||||
int memcmp(const void*, const void*, size_t);
|
||||
char* strrchr(const char* str, int ch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue