Support wide characters and combining characters

This commit is contained in:
Keith Winstein
2011-01-22 04:58:01 -05:00
parent d189b2af36
commit cfd279fa25
4 changed files with 37 additions and 11 deletions
-5
View File
@@ -64,11 +64,6 @@ int main( int argc __attribute__((unused)),
if ( child == 0 ) {
/* child */
if ( chdir( "/" ) < 0 ) {
perror( "chdir" );
exit( 1 );
}
char *my_argv[ 2 ];
my_argv[ 0 ] = strdup( "/bin/bash" );
assert( my_argv[ 0 ] );