O_LARGEFILE is not needed
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2084 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									585f8587ad
								
							
						
					
					
						commit
						9ab8a34a18
					
				@ -477,7 +477,7 @@ static int raw_create(const char *filename, int64_t total_size,
 | 
				
			|||||||
    if (flags || backing_file)
 | 
					    if (flags || backing_file)
 | 
				
			||||||
        return -ENOTSUP;
 | 
					        return -ENOTSUP;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE, 
 | 
					    fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 
 | 
				
			||||||
              0644);
 | 
					              0644);
 | 
				
			||||||
    if (fd < 0)
 | 
					    if (fd < 0)
 | 
				
			||||||
        return -EIO;
 | 
					        return -EIO;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user