mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[osdep] const in get_system_str
This commit is contained in:
parent
f334527a1d
commit
4245634782
@ -1023,7 +1023,7 @@ set_highpri(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
char *
|
const char *
|
||||||
get_system_str(int xwin)
|
get_system_str(int xwin)
|
||||||
{
|
{
|
||||||
return xwin ? SYSTEM_STR "-xwin" : SYSTEM_STR;
|
return xwin ? SYSTEM_STR "-xwin" : SYSTEM_STR;
|
||||||
|
@ -61,7 +61,7 @@ void prealloc_truncate(int, off_t);
|
|||||||
static inline void prealloc_truncate(int x, int y) { }
|
static inline void prealloc_truncate(int x, int y) { }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char *get_system_str(int);
|
const char *get_system_str(int);
|
||||||
|
|
||||||
int set_nonblocking_fd(int);
|
int set_nonblocking_fd(int);
|
||||||
int set_blocking_fd(int);
|
int set_blocking_fd(int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user