mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:32:44 +00:00 
			
		
		
		
	LibC: Stub out getpass()
This commit is contained in:
		
							parent
							
								
									c3b09c7242
								
							
						
					
					
						commit
						7c12d66f61
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -701,4 +701,10 @@ int unveil(const char* path, const char* permissions) | |||
|     int rc = syscall(SC_unveil, ¶ms); | ||||
|     __RETURN_WITH_ERRNO(rc, rc, -1); | ||||
| } | ||||
| 
 | ||||
| char* getpass(const char* prompt) | ||||
| { | ||||
|     dbg() << "FIXME: getpass(\"" << prompt << "\")"; | ||||
|     ASSERT_NOT_REACHED(); | ||||
| } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling