Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libc/termios/Makefile
0,0 → 1,3
THIS_SRCS = hooks.c
 
include $(MENUET_LIBC_TOPDIR)/Make.rules
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/programs/develop/libraries/menuetlibc/src/libc/termios/hooks.c
0,0 → 1,7
#include<libc/ttyprvt.h>
 
ssize_t (*__libc_read_termios_hook)(int handle, void *buffer, size_t count,
ssize_t *rv)=NULL;
ssize_t (*__libc_write_termios_hook)(int handle, const void *buffer, size_t count,
ssize_t *rv)=NULL;
// int __libc_termios_hook_common_count;
Property changes:
Added: svn:executable
+*
\ No newline at end of property